fruit-bowl/environments/production/manifests/config.pp
2025-04-01 17:49:26 +00:00

20 lines
810 B
Puppet

$authentik_host = "https://auth.amy.mov/"
$authentik_pg_host = "postgresql.cluster"
$authentik_pg_db = "authentik"
$authentik_pg_user = "authentik"
$infisical_pg_host = "postgresql.cluster"
$infisical_pg_pass = "infisical"
$infisical_pg_user = "infisical"
$infisical_pg_db = "infisical"
$pg_oauth2_name = 'authentik'
$pg_oauth2_display_name ='authentik'
$pg_oauth2_token_url ='https://auth.amy.mov/application/o/token/'
$pg_oauth2_authorization_url = 'https://auth.amy.mov/application/o/authorize/'
$pg_oauth2_api_base_url = 'https://auth.amy.mov/'
$pg_oauth2_userinfo_endpoint = 'https://auth.amy.mov/application/o/userinfo/'
$pg_oauth2_server_metadata_url = 'https://auth.amy.mov/application/o/pgadmin/.well-known/openid-configuration'
$pg_oauth2_scope = 'openid email profile'
$pg_oauth2_icon = 'fa-key'