feat: initial commit
This commit is contained in:
commit
38f495e3f4
457 changed files with 40577 additions and 0 deletions
20
environments/production/manifests/config.pp
Normal file
20
environments/production/manifests/config.pp
Normal file
|
@ -0,0 +1,20 @@
|
|||
$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'
|
Loading…
Add table
Add a link
Reference in a new issue