UI for API Key Pair Management#13225
Open
bernardodemarco wants to merge 1 commit into
Open
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #13225 +/- ##
============================================
+ Coverage 18.08% 18.09% +0.01%
- Complexity 16718 16749 +31
============================================
Files 6037 6041 +4
Lines 542609 543106 +497
Branches 66432 66509 +77
============================================
+ Hits 98136 98293 +157
- Misses 433446 433764 +318
- Partials 11027 11049 +22
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
|
@winterhazel a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
|
UI build: ✔️ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
PR #9504 restructured and extended the implementation of API key pairs to improve flexibility and security. It is now possible to create multiple key pairs per user, define a specific permission scope for each key pair and specify a validation period during which they remain active.
This PR exposes these new features in the ACS graphical interface. Among the new functionalities, users can now list all key pairs associated with a user, view their details and permissions, and register new key pairs with validity periods and permission sets.
Additionally, some minor fixes and enhancements were introduced to the API key pair backend workflows, including:
Domain Admin,Resource AdminandUserwere granted access to thelistUserKeyRulesAPI;descriptioncolumn of thecloud.api_keypairtable was changed fromVARCHAR(100)toVARCHAR(1024); and,descriptioncolumn of thecloud.api_keypair_permissionstable isVARCHAR(255). However, theregisterUserKeysAPI currently do not validate the size of the corresponding API parameter. This validation has been introduced.Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Screenshots (if appropriate):
2026-05-22.16-06-12.mp4
How Has This Been Tested?
The new UI sections were manually tested and their behavior was verified accordingly.
To test this patch, the backend must include PR #9504.