Add a name to the API Keys #337
bidoubiwa
started this conversation in
Feedback & Feature Proposal
Replies: 1 comment 3 replies
-
Hi @bidoubiwa! 👋 Thanks for the feedback! It is indeed a good future possibility. If I summarize it, the need is to be able to filter a list of API Keys to reduce it to some specific ones? I don't really see the direct point of adding another field for that while If the main need is to retrieve a reduced amount of API Keys matching some criteria we could also add more filters on What do you think? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem
For the moment the API keys (defaults and generated) only have descriptions. Thus, there is no way to quickly find the key and its specifications unless you have the key.
For example, if we want to restrict the access of this specific key:
The user need either to know the key, or to make some sort of finding function.
Example:
If I try to get the default
admin
key automatically:If I try to change the permission of a generated
key
of which I do not know the value anymore:The best option for the user would be to make the
description
field act as aname
field:Suggestion
I would like to have a
name
field or arole
field to be able to filter on them easily. As a bonus it also brings a lot of clarity in which key you need to spread amongst which population.If you have in your app
moderators
andadmins
you can quickly automate their access to these keys.Beta Was this translation helpful? Give feedback.
All reactions