You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have added encryption key to config.json when I look into my postgres for the table config_keys I can still the original provider key, am I missing something could you please help with this I cannot find any docs for this except https://docs.getbifrost.ai/deployment-guides/helm#self-hosted-registry. In my case I have added
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hi, I have added encryption key to config.json when I look into my postgres for the table config_keys I can still the original provider key, am I missing something could you please help with this I cannot find any docs for this except https://docs.getbifrost.ai/deployment-guides/helm#self-hosted-registry. In my case I have added
config.json
{
"$schema": "https://www.getbifrost.ai/schema",
"encryption_key": "env.BIFROST_ENCRYPTION_KEY",
....
}
All reactions