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

option to set max number of keys created on a server #1465

Open
vahiddsy opened this issue Dec 28, 2023 · 6 comments
Open

option to set max number of keys created on a server #1465

vahiddsy opened this issue Dec 28, 2023 · 6 comments
Labels
api Related to the REST API feature request New feature or request key/management issues related to managing access keys server usage/data controls issues related to controlling and limiting data

Comments

@vahiddsy
Copy link

generate accesskey is unlimited , if added limit option for generate new accesskey .
For example, no more than 20 keys can be created on each server.

@murka
Copy link
Contributor

murka commented Jan 5, 2024

What's your use case?

@daniellacosse daniellacosse added the need more info We need more information in order to help or verify label Jan 8, 2024
@vahiddsy
Copy link
Author

vahiddsy commented Jan 8, 2024

Sometimes the server does not tolerate creating many keys for use. Server problems can be avoided by limiting key generation.

@murka
Copy link
Contributor

murka commented Jan 14, 2024

So, how can we count the maximum number of keys to use?

@vahiddsy
Copy link
Author

At the time of creating the access key, we can check the value ID with the defined value ID , if the new ID is greater than the defined value ID , the permission to create the key will not be issued.

@murka
Copy link
Contributor

murka commented Jan 24, 2024

I mean, you wanna have the optional settings for server for limiting Accesskey generation, right?

@vahiddsy
Copy link
Author

I mean, you wanna have the optional settings for server for limiting Accesskey generation, right?

yeah , right

@daniellacosse daniellacosse changed the title unlimited generate accesskey option to set max number of keys created on a server Feb 26, 2024
@daniellacosse daniellacosse added feature request New feature or request server api Related to the REST API key/management issues related to managing access keys usage/data controls issues related to controlling and limiting data and removed need more info We need more information in order to help or verify labels Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Related to the REST API feature request New feature or request key/management issues related to managing access keys server usage/data controls issues related to controlling and limiting data
Projects
None yet
Development

No branches or pull requests

3 participants