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

Fix jq string on Kubernetes Deployment instructions #51

Open
TheUltimateAbsol opened this issue Aug 11, 2021 · 2 comments
Open

Fix jq string on Kubernetes Deployment instructions #51

TheUltimateAbsol opened this issue Aug 11, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@TheUltimateAbsol
Copy link

TheUltimateAbsol commented Aug 11, 2021

Response syntax has been changed. Jq string needs to be updated in the Kubernetes Deployment readme

For the string
boundary auth-methods list -scope-id $(boundary scopes list -format json | jq -c ".[] | select(.name | contains(\"primary\")) | .[\"id\"]" | tr -d '"')

Change it to
boundary auth-methods list -scope-id $(boundary scopes list -format json | jq -c ".items[] | select(.name | contains(\"primary\")) | .[\"id\"]" | tr -d '"')

Furthermore in order to run this command, you need to make sure the docker image is a later version (such as 0.5.0) since the password syntax is different
boundary authenticate password -login-name=jeff -password=foofoofoo -auth-method-id=ampw_1234567890

@malnick malnick added the bug Something isn't working label Oct 12, 2021
@PykupeJIbc
Copy link

Same on Docker Deployment instructions

@omkensey
Copy link
Contributor

omkensey commented Dec 8, 2021

@PykupeJIbc, the jq filters in the Docker ref-arch should be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants