mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Rmeoved is_feature_enabled function
This commit is contained in:
7
roles/web-app-oauth2-proxy/schema/main.yml
Normal file
7
roles/web-app-oauth2-proxy/schema/main.yml
Normal 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}$"
|
@@ -1,4 +1,4 @@
|
||||
{% if applications | is_feature_enabled('oauth2',application_id) %}
|
||||
{% if applications | get_app_conf(application_id, 'features.oauth2', False) %}
|
||||
oauth2-proxy:
|
||||
image: quay.io/oauth2-proxy/oauth2-proxy:{{applications['oauth2-proxy'].version}}
|
||||
restart: {{docker_restart_policy}}
|
||||
|
Reference in New Issue
Block a user