mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-17 22:14:25 +02:00
8 lines
307 B
YAML
8 lines
307 B
YAML
# This file was created during refactoring to pass integration tests
|
|
# @todo add correct type
|
|
credentials:
|
|
oauth2_proxy_cookie_secret:
|
|
description: "Cookie secret for OAuth2 Proxy (hex string, 32 characters, generated via `openssl rand -hex 16`)"
|
|
type: string
|
|
validation: "^[0-9A-Fa-f]{32}$"
|