Commit 0083fd7
Add environment variable support for OIDC client secret (#2325)
Add support for loading OIDC client secret from TOOLHIVE_OIDC_CLIENT_SECRET
environment variable. This enables Kubernetes-native secret injection via
SecretKeyRef in future operator enhancements.
The change is backward compatible - if the environment variable is not set,
the behavior remains unchanged (uses config.ClientSecret as before).
This is preparatory work for adding SecretKeyRef support to InlineOIDCConfig
in the operator, which will be implemented in a follow-up PR.
Related to #2321
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent 374b73b commit 0083fd7
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
541 | 542 | | |
542 | 543 | | |
543 | 544 | | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
544 | 553 | | |
545 | 554 | | |
546 | 555 | | |
| |||
0 commit comments