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

Application key (shared key) #636

Open
mouligno opened this issue Dec 28, 2021 · 0 comments
Open

Application key (shared key) #636

mouligno opened this issue Dec 28, 2021 · 0 comments

Comments

@mouligno
Copy link
Contributor

From 3.12 we add the ability to handle duplicate api-key for the same application (gravitee-io/issues#6006)

The objective was to facilitate migration from other provider where you can use the same api-key for all APIs on your application.

Behind the application key (or shared key, need some decision regarding actual wording), we now provide a better way to handle this behavior.

As an API Consumer, you can choose between API-key or Application key on your second subscription on api-key plan, this choice is definitive. If you choose to use unique API-Key, you'll get one API-Key for each subscription of your application. If you go with an Application Key, you'll be able to use the same API-key for all subscriptions of your application.

As for an API-Key, you'd be able to renew, update, revoke this application key.

The API owner won't be able to renew, update, revoke an application as it would impact other subscriptions. He can still do some changes at subscription level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant