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

Fixes auth controls on api key creation #10504

Merged
merged 1 commit into from
Jan 13, 2022

Conversation

snipe
Copy link
Owner

@snipe snipe commented Jan 13, 2022

This is a very small fix that handles a missing authentication gate for the account API creation page. It's a pretty low level security fix, since API key tokens, which are used to utilize the API, are not exposed after they are created, and users can only create their own API tokens, which means if their user couldn't do any authorized actions in the system, the API token wouldn't be able to either - but it was reported and makes sense for us to fix.

Signed-off-by: snipe [email protected]

@snipe snipe merged commit 0e5ef53 into develop Jan 13, 2022
@snipe snipe deleted the fixes/auth_controls_on_api_key_creation branch January 13, 2022 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant