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

Adding support for JWT auth to vault #188

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

netdata-be
Copy link
Contributor

In newer versions of nomad you get this warning:

agent: Setting a Vault token in the agent configuration is deprecated and will be removed in Nomad 1.9. Migrate your Vault configuration to use workload identity.

This PR adds a default idenity section the config if set, so that we don't break older nomad versions.

@netdata-be netdata-be force-pushed the support_identit_for_vault branch from 928dbec to bbfaabe Compare January 31, 2024 18:22
In newer versions of nomad you get this warning:

```
agent: Setting a Vault token in the agent configuration is deprecated and will be removed in Nomad 1.9. Migrate your Vault configuration to use workload identity.
```

This PR adds a default idenity section the config if set, so that we
don't break older nomad versions.
@netdata-be netdata-be force-pushed the support_identit_for_vault branch from bbfaabe to 329e01a Compare January 31, 2024 18:23
@rndmh3ro
Copy link
Collaborator

rndmh3ro commented Feb 1, 2024

LGTM! Are these two options mutually exclusive? If yes, should we accomodate for that?

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.

2 participants