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

Clients are updated to manage API key rotation appropriately after v1.9.0 #1900

Open
4 of 7 tasks
izgeri opened this issue Oct 22, 2020 · 0 comments
Open
4 of 7 tasks

Comments

@izgeri
Copy link
Contributor

izgeri commented Oct 22, 2020

Following the release of v1.9.0 which included a medium security bug fix, we have some clients capable of rotating API keys which need to be updated to ensure they follow the new guidelines.

In Conjur v1.9.0+ (and DAP 11.7+), when a role is rotating its own API key, it must authenticate to the /api_key route using basic authentication, and cannot send the request with only an access token.

That is, the request should look something like:

curl -f -X PUT -s --user "host/{host ID}:{api_key}" http://{Conjur URL}/authn/{accouont}/api_key

In this mini-epic, we track the work required to make these downstream updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant