Drop auth stuff for now

This commit is contained in:
Luke Murphy 2020-04-08 20:44:53 +02:00
parent c054cfd4b5
commit 675b60dd54
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 0 additions and 9 deletions

View File

@ -49,11 +49,7 @@
config:
ADMIN_KEY: "{{ alerta_admin_key }}"
ADMIN_PASSWORD: "{{ alerta_admin_passwd }}"
ALLOWED_KEYCLOAK_ROLES: "{{ keycloak_roles }}"
AUTH_PROVIDER: "{{ auth_provider }}"
AUTH_REQUIRED: "{{ auth_required }}"
DATABASE_NAME: "{{ db_name }}"
DATABASE_URL: "postgresql://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}/{{ db_name }}"
KEYCLOAK_REALM: "{{ keycloak_realm }}"
KEYCLOAK_URL: "{{ keycloak_url }}"
SECRET_KEY: "{{ alerta_secret_key }}"

View File

@ -1,11 +1,6 @@
---
auth_provider: "keycloak"
auth_required: "true"
db_loc: "dokku-postgres-alerta:3306"
db_name: "alerta"
db_user: "postgres"
domain: "alerta.autonomic.zone"
http_port: "8080"
keycloak_realm: "Autonomic"
keycloak_roles: "Worker-Owner"
keycloak_url: "https://id.autonomic.zone"