Reputation: 444
I'm looking at using Google Cloud Endpoints to specify public endpoints on a Kubernetes cluster.
I'm able to create an API key that can access endpoints, and manually specify which endpoints can access an user.
Is there a way to have a "class" of API keys that get access to the same endpoints? Is there a better way?
When enabling a new client they should have access to all our public endpoints.
When adding a new public endpoint, it should be applied to all existing keys.
Upvotes: 2
Views: 216
Reputation: 3325
It depends on what are you using:
Upvotes: 1