boundary icon indicating copy to clipboard operation
boundary copied to clipboard

Add redis support for connecting to target

Open UpperM opened this issue 1 year ago • 1 comments
trafficstars

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 avatar Jul 22 '24 17:07 UpperM

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 ? :)

achetronic avatar Aug 08 '24 23:08 achetronic