0
0
Fork 0
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:
Sandro 2024-05-23 21:29:22 +02:00 committed by GitHub
commit cc746d0cf8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 -.
:::
'';
};