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

As a Security Server Administrator I want to be able to set an expiration period for API keys so that security is improved #1354

Open
8 tasks
raits opened this issue Sep 22, 2022 · 0 comments
Labels
hacktoberfest Issues included in Hacktoberfest help wanted Extra attention is needed

Comments

@raits
Copy link
Contributor

raits commented Sep 22, 2022

The Security Server has a management REST API that can be used for all the same configuration and maintenance tasks that are available in the Security Server UI. More information about the API is available here.

The management REST API is protected with an API key based authentication. To execute REST calls, API keys need to be created. When an API key is created, it remains valid until it’s manually revoked. Currently, it’s not possible to define a validity period or automatic expiration for the API keys.

For security purposes, it would be useful to be able to set an expiration time on an API key so that it would automatically be revoked after a certain amount of time.

The JIRA ticket this issue was created from can be found here: https://nordic-institute.atlassian.net/browse/XRDDEV-238

Acceptance criteria:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Issues included in Hacktoberfest help wanted Extra attention is needed
Projects
Status: Todo
Development

No branches or pull requests

1 participant