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

docs: add namespace example to readme #562

Merged
merged 2 commits into from
Aug 1, 2024

Conversation

fairclothjm
Copy link
Contributor

@fairclothjm fairclothjm commented Jul 31, 2024

Closes #559

the tests were failing due to the jwt auth's recent behavior change in 1.17 so that is fixed here as well. See https://developer.hashicorp.com/vault/docs/upgrading/upgrade-to-1.17.x#jwt-auth-login-requires-bound-audiences-on-the-role

@fairclothjm fairclothjm force-pushed the docs/readme-namespace-example branch 3 times, most recently from c17bd0d to bf290df Compare July 31, 2024 20:02
@fairclothjm fairclothjm force-pushed the docs/readme-namespace-example branch from bf290df to c019897 Compare July 31, 2024 20:09
@fairclothjm fairclothjm requested a review from a team July 31, 2024 20:10
Copy link
Contributor

@benashz benashz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@@ -496,6 +495,25 @@ steps:
secret/data/ci npm_token
```

Alternatively, you may need to authenticate to the root namespace and retrieve
a secret from a different namespace. To do this, do not set the `namespace`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting, did the namespace param work before?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The namespace param is used to authenticate to Vault. We haven't made any changes there.

@fairclothjm fairclothjm merged commit 8b7eace into main Aug 1, 2024
6 checks passed
@fairclothjm fairclothjm deleted the docs/readme-namespace-example branch August 1, 2024 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Authentication fails with namespace
2 participants