removed pangolin and older authelia config
This commit is contained in:
42
authelia/config/configuration.yml
Normal file → Executable file
42
authelia/config/configuration.yml
Normal file → Executable file
@@ -14,47 +14,20 @@ server:
|
||||
|
||||
log:
|
||||
level: 'info'
|
||||
format: 'text'
|
||||
file_path: '/etc/authelia/authelia.log'
|
||||
keep_stdout: false
|
||||
|
||||
totp:
|
||||
issuer: 'authelia.com'
|
||||
|
||||
identity_providers:
|
||||
oidc:
|
||||
clients:
|
||||
- client_id: 'pangolin'
|
||||
client_name: 'Pangolin'
|
||||
client_secret: '$pbkdf2-sha512$310000$LJzmdVn/YkSK7t0WxNXs2A$v7nxRYBRJdqmJ/k4Q2SWlp/7m5rsyEtNw9ez9rf7tEYi48ezYChXqCK.VHC/v7tu3Liro.ipy4Uv.euLUfLc7w' # The digest of 'insecure_secret'.
|
||||
public: false
|
||||
authorization_policy: 'two_factor'
|
||||
require_pkce: true
|
||||
pkce_challenge_method: 'S256'
|
||||
redirect_uris:
|
||||
- '<provided by pangolin>'
|
||||
scopes:
|
||||
- 'openid'
|
||||
- 'profile'
|
||||
- 'email'
|
||||
userinfo_signed_response_alg: 'none'
|
||||
token_endpoint_auth_method: 'client_secret_basic'
|
||||
|
||||
identity_validation:
|
||||
reset_password:
|
||||
jwt_secret: '2b8a78f3ac1784ef6aab3899c663e1010c60d3a9de694550879da349fe222923'
|
||||
|
||||
authentication_backend:
|
||||
file:
|
||||
path: '/config/users_database.yml'
|
||||
|
||||
# access_control:
|
||||
# default_policy: 'deny'
|
||||
# rules:
|
||||
# # Rules applied to everyone
|
||||
# - domain: 'public.example.com'
|
||||
# policy: 'bypass'
|
||||
# - domain: 'traefik.example.com'
|
||||
# policy: 'one_factor'
|
||||
# - domain: 'secure.example.com'
|
||||
# policy: 'two_factor'
|
||||
path: '/etc/authelia/users_database.yml'
|
||||
|
||||
access_control:
|
||||
default_policy: deny
|
||||
@@ -113,11 +86,6 @@ session:
|
||||
expiration: '1 hour'
|
||||
inactivity: '5 minutes'
|
||||
|
||||
redis:
|
||||
host: 'redis'
|
||||
port: 6379
|
||||
password: 'bc4eb8df73776ba7716aeb60c0023ef6136b80680bb8ea1cf6c51a326dea2c43'
|
||||
|
||||
regulation:
|
||||
max_retries: 3
|
||||
find_time: '2 minutes'
|
||||
@@ -126,7 +94,7 @@ regulation:
|
||||
storage:
|
||||
encryption_key: 'cbd7570c1795cba61f05baf419b7cee23fa144d512bda2ea57ba300afa6b33bf'
|
||||
local:
|
||||
path: '/config/db.sqlite3'
|
||||
path: '/etc/authelia/db.sqlite3'
|
||||
|
||||
notifier:
|
||||
smtp:
|
||||
|
||||
Reference in New Issue
Block a user