Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add redis support for connecting to target #4951

Open
UpperM opened this issue Jul 22, 2024 · 1 comment
Open

Add redis support for connecting to target #4951

UpperM opened this issue Jul 22, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@UpperM
Copy link

UpperM commented Jul 22, 2024

Is your feature request related to a problem? Please describe.
Need to connect directly to a redis instance with redis-cli (like postgres).

Describe the solution you'd like

boundary connect redis -target-name=my-redis-instance -target-scope-name=foo

Describe alternatives you've considered
Currently we run boundary in tunnel then use redis-cli to connect locally

Explain any additional use-cases
None

Additional context
I can make a PR for adding this feature.

@UpperM UpperM added the enhancement New feature or request label Jul 22, 2024
@UpperM UpperM changed the title Add redis-cli support for connecting to target Add redis support for connecting to target Jul 24, 2024
@achetronic
Copy link

Hey @UpperM you can craft it yourself by performing an authorized-session and then connect with the result.

I crafted an alternative CLI that covers browser (not included in Boundary CLI) and kubernetes in a different way than upstream. It works and we use it in production, so you can inspect my code and know how to do it

Are you willing to contribute in bbb ? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants