Get limited API key permissions details #660
macraig
started this conversation in
Feedback & Feature Proposal
Replies: 3 comments
-
Yes please! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello! Do we know what the other products do? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Many other product implement a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem statement
Currently, there is no straightforward way to determine the permissions associated with an API key other than trial and error across various endpoints. This approach is inefficient and lacks transparency for users using limited access keys.
The goal of this feature request is to enhance the API's transparency and manageability, particularly for those using limited access keys.
Potential solution
Introduce a new endpoint that would return the permissions associated with the provided API key, detailing allowed actions and accessible resources. This would help developers when using limited access keys, providing transparency on potential action restrictions.
Another option is to enhance the current
GET /keys
endpoint to accept limited keys and only return the information about the keys they can access.Beta Was this translation helpful? Give feedback.
All reactions