Replies: 1 comment
-
|
From my point of view, dynamic API keys need a credential refresh boundary in the model integration rather than a more complicated static configuration story. If the key expires every few minutes, the right abstraction is usually a callback, provider hook, or secrets manager integration that resolves credentials just before request execution. Trying to stuff that workflow into a static key field will keep breaking in subtle ways. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
In my org, the API key needs to be generated dynamically as it will expire after X number of mins. The current docs explain how to set static api key.
For my use case, how do I setup the model to use dynamic api key. The logic to generate the key is available in Python.
Beta Was this translation helpful? Give feedback.
All reactions