mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge pull request #314046 from NixOS/backport-304893-to-release-24.05
[Backport release-24.05] nixos/portunus: add note about allowed characters to id
This commit is contained in:
commit
cc746d0cf8
1 changed files with 4 additions and 0 deletions
|
@ -98,6 +98,10 @@ in
|
|||
|
||||
The OIDC secret must be set as the `DEX_CLIENT_''${id}` environment variable
|
||||
in the [](#opt-services.dex.environmentFile) setting.
|
||||
|
||||
::: {.note}
|
||||
Make sure the id only contains characters that are allowed in an environment variable name, e.g. no -.
|
||||
:::
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue