-
Notifications
You must be signed in to change notification settings - Fork 21
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 secret revoke error with user_token #240
Fix secret revoke error with user_token #240
Conversation
Hi, I builded this branch artifactory plugin and test it locally, still having an error on the leases being revoked as following:
|
@Claudiordev Thanks for testing/verifying. I've improved the path matching. This should work correctly now. |
Fix #237
Now secret lease revoke will check for empty access token from admin config and fall back to user_token config if it was empty.
Improve logging for TTL values.
Also fix errors when reading admin config if
access_token
is not set. Fixes #236