enh: Configurable Option to Disable Private API Key Creation & Use #6756
Closed
antpyykk-kone
started this conversation in
Ideas
Replies: 2 comments 9 replies
|
Since there were no answers, I've gone ahead and made changes in my own fork. The changes are available here: Changelog
Settings modal for managing the keys is also hidden I would like to hear still if certain things should be done differently or if there are differing opinions before raising the PR. |
1 reply
|
I think this would be a very good feature! |
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
I'm requesting an enhancement to control the creation and use of API keys in our deployment environment. Specifically, we want the ability to disable the creation and use of private API keys in certain environments, and we need this to be configurable. This is to prevent any potential misuse of private keys.
Describe the solution you'd like
PersistentConfig& environment variable option for toggling the private API key generation & use. Value is by default set to true - i.e. enabled & the application performs like usual.403 ForbiddenDescribe alternatives you've considered
A few alternatives exist for us to achieve similar results:
Additional context
I would like to hear opinions on if this behaviour is accepted.
We can implement a draft PR to enable this enhancement.
All reactions