chart: allow configuring encryption key for forward auth

This commit is contained in:
Trong Huu Nguyen
2024-04-04 10:56:00 +02:00
parent 3b4e470ba1
commit 63a550ccb1

View File

@@ -25,6 +25,11 @@ values:
description: Enables forward auth server
config:
type: bool
azure.sessionCookieEncryptionKey:
description: Cookie encryption key, 256 bits encoded with standard base64.
config:
type: string
secret: true
azure.ssoDomain:
description: Cookie domain for forward auth
config: