Keeping my API key secure with a requestHeaderModifier #5048
aukevanleeuwen
started this conversation in
General
Replies: 1 comment
-
the API key feature #4986 should solve this use case, and will be part of the next v1.3 release (releasing later this month) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is rather silly perhaps, but I've been trying to find a proper solution for a simple a API key that I want to add to all requests to a backend. I've found the
requestHeaderModifier
, but the values there need to be hard-coded and are not for example a SecretRef of some kind. If that were the case I could restrict access to the secret values.This seems like an obvious use case to me, so I'm probably doing something wrong?
Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions