Rmeoved is_feature_enabled function

This commit is contained in:
2025-07-13 17:54:09 +02:00
parent 991ed7d614
commit ad60f5fb37
59 changed files with 107 additions and 104 deletions

View File

@@ -0,0 +1,7 @@
# 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}$"