add support jwt, proxy auth
Deploy service couchdb / service couchdb (push) Successful in 30s
Deploy db-migrations / db-migrations (push) Successful in 1m44s

This commit is contained in:
2024-12-19 17:14:05 +02:00
parent 15ae29e5ca
commit fe9b46ea24
3 changed files with 5 additions and 3 deletions
+1
View File
@@ -2,3 +2,4 @@
require_valid_user = false
admin_only_all_dbs = true
server_header_versions = false
authentication_handlers = {chttpd_auth, cookie_authentication_handler}, {chttpd_auth, proxy_authentication_handler}, {chttpd_auth, jwt_authentication_handler}, {chttpd_auth, default_authentication_handler}
+1
View File
@@ -2,3 +2,4 @@
timeout = 315362081
users_db_public = false
; public_fields = publicInfo
secret = rocqazhodsa8puvheHWrc48xwsCgn3ecY
@@ -35,7 +35,7 @@ const dbsSecurity = {
},
tg_bot_updates: {
admins: { roles: ["_admin"] },
members: { roles: ["_admin"] },
members: { roles: ["_admin", "telegram"] },
},
tg_bot_sessions: {
admins: { roles: ["_admin"] },