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
The create token API has a description field, which is defined as:
Free text token description. Useful for filtering and managing tokens.
Limited to 1024 characters.
I suggest that we embed some useful details into that field, possibly even JSON encoded. I don't know what will be available, but at a minimum, I can already see that it would be nice to know what vault server created the token (we have two). I was also thinking stuff like clientIP, username? ... stuff like that. I'd have to look into what is available in the context at that point.
Here is an example of what it looks like after you create a token with a description in 7.38.8's API...
... but the GUI doesn't show it, nor offer filtering on it. I do see description in the Access Tokens section of the GUI of 7.49.8, but it is really difficult to see (have to basically hover it to see the value).
I don't know when "description" was added, and searching for description in the release notes is a lost cause. @alexhung maybe you can check in the "git" history (or ask someone) to see what version it was added so we can add a check to prevent it from breaking older versions, but I am not too concerned that someone will want to run a crusty old version of Artifactory with the latest and greatest secrets plugin. :)
The text was updated successfully, but these errors were encountered:
The create token API has a
description
field, which is defined as:I suggest that we embed some useful details into that field, possibly even JSON encoded. I don't know what will be available, but at a minimum, I can already see that it would be nice to know what vault server created the token (we have two). I was also thinking stuff like
clientIP
,username
? ... stuff like that. I'd have to look into what is available in the context at that point.Here is an example of what it looks like after you create a token with a description in 7.38.8's API...
... but the GUI doesn't show it, nor offer filtering on it. I do see
description
in the Access Tokens section of the GUI of 7.49.8, but it is really difficult to see (have to basically hover it to see the value).I don't know when "description" was added, and searching for description in the release notes is a lost cause. @alexhung maybe you can check in the "git" history (or ask someone) to see what version it was added so we can add a check to prevent it from breaking older versions, but I am not too concerned that someone will want to run a crusty old version of Artifactory with the latest and greatest secrets plugin. :)
The text was updated successfully, but these errors were encountered: