open-webui: show how to clone a secret in the docs
This commit is contained in:
parent
b840c404ab
commit
01d8f735ae
1 changed files with 4 additions and 1 deletions
|
|
@ -49,7 +49,10 @@ The following snippet assumes a few blocks have been setup already:
|
|||
};
|
||||
|
||||
shb.sops.secret.oidcSecret.request = config.shb.open-webui.sso.sharedSecret.request;
|
||||
shb.sops.secret.oidcAutheliaSecret.request = config.shb.open-webui.sso.sharedSecretForAuthelia.request;
|
||||
shb.sops.secret.oidcAutheliaSecret = {
|
||||
request = config.shb.open-webui.sso.sharedSecretForAuthelia.request;
|
||||
settings.key = oidcSecret;
|
||||
};
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue