You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am attempting to use the plugin with a Circle of Trust enabled Artifactory instance. For Circle of Trust to work properly, the tokens cannot be revocable. The tokens work if the I set use_expiring_tokens to false, but do not if set to true. This is caused by the tokens being revocable. So, I am asking to make force_revocable a parameter, so that I can use expiring tokens that cannot be revoked. It's also important note our Artifactory's instance has the setting revocable-expiry-threshold = -1.
This inability to have revocable tokens with expiration prevents us from using the plugin with Circle of Trust enabled instances.
Requirements for and issue
A description of the bug
A fully functioning vault configuration snippet that can be copy&pasted (no outside files or ENV vars unless that's part of the issue). If this is not supplied, this issue will likely be closed without any effort expended.
Your version of artifactory - 7.77.5 Enterprise
Your version of vault - v1.13.2 Enterprise
Your version of vault plugin - v1.5.0
Expected behavior
The plugin should be able to generate tokens that are not revocable, but do expire.
The text was updated successfully, but these errors were encountered:
Describe the bug
I am attempting to use the plugin with a Circle of Trust enabled Artifactory instance. For Circle of Trust to work properly, the tokens cannot be revocable. The tokens work if the I set
use_expiring_tokens
to false, but do not if set to true. This is caused by the tokens being revocable. So, I am asking to makeforce_revocable
a parameter, so that I can use expiring tokens that cannot be revoked. It's also important note our Artifactory's instance has the settingrevocable-expiry-threshold = -1
.To Reproduce
Steps to reproduce the behavior:
This inability to have revocable tokens with expiration prevents us from using the plugin with Circle of Trust enabled instances.
Requirements for and issue
Expected behavior
The plugin should be able to generate tokens that are not revocable, but do expire.
The text was updated successfully, but these errors were encountered: