Can Multiple SkyCrypt Instances use the same API Key? #474
-
Hey all! Quick question to the devs. I'm working on a infrastructure rework of SkyCrypt that calls using Kubernetes in order to provide SkyCrypt with a more cluster based solution. If I feed all of the SkyCrypt Pods the same API Key, is that considered an abuse of a API Key or no. These pods will all Round Robin Loadbalance the traffic from a Traefik router and will point to one domain(obviously), not multiple. Just curious if this is a viable approach. This is not an offical project YET but this is simply just for testing purposes. Anyways I just want to make that I'm not abusing the API. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There is nothing that should stop you from what is effectively using a single key on multiple services as you are still of course limited to the restrictions on said key. |
Beta Was this translation helpful? Give feedback.
There is nothing that should stop you from what is effectively using a single key on multiple services as you are still of course limited to the restrictions on said key.