-
-
Notifications
You must be signed in to change notification settings - Fork 583
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
Add create and last used timestamps for API Keys to the /team API response #1068
Comments
This enhancement would likely need to be made to |
@stevespringett should I make an enhancement request on that project? |
I suggest to also add a |
I see adding the create and last used timestamps has now been reported to the Alpine repo at stevespringett/Alpine#362 I added stevespringett/Alpine#536 for adding a |
Do we have anyone with experience in implementing something like this? I don't believe updating the One aspect I've seen being discussed on my surface-level Google search, is what the desired resolution of @37b What's the MVP to fulfill your requirement? |
Last used is more of a nice to have to cleanup unused keys as part of general housekeeping. I really need to rotate the keys on a schedule and I can do that based on create time. |
Found a practical solution to track |
Introduces: * Ability to assign default groups to OIDC users (stevespringett/Alpine#535) * Tracking of `created` and `lastUsed` timestamps for API keys (stevespringett/Alpine#537) * Addition of `comment` field to API keys (stevespringett/Alpine#537) Closes DependencyTrack#1068 Fixes DependencyTrack#1556 Closes DependencyTrack#3349 Signed-off-by: nscuro <[email protected]>
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Introduces: * Ability to assign default groups to OIDC users (stevespringett/Alpine#535) * Tracking of `created` and `lastUsed` timestamps for API keys (stevespringett/Alpine#537) * Addition of `comment` field to API keys (stevespringett/Alpine#537) Closes DependencyTrack#1068 Fixes DependencyTrack#1556 Closes DependencyTrack#3349 Signed-off-by: nscuro <[email protected]> Signed-off-by: Mikael Carneholm <[email protected]>
Current Behavior:
The
/team
API returns a list of API Keys assigned to a team, but does not provide a timestamp for when each key was created or last accessed. This information is needed to enforce API Key rotation schemas.Proposed Behavior:
The text was updated successfully, but these errors were encountered: