Hopefully fix some bugs.
This commit is contained in:
+7
-2
@@ -94,10 +94,15 @@ cmd-google-auth-report() {
|
||||
dokku_log_verbose "Denied emails: $(fn-ga-global-get-list denied-emails | paste -sd' ' -) (applies to every app)"
|
||||
dokku_log_verbose "Session TTL: $(fn-ga-global-get session-ttl 24h)"
|
||||
dokku_log_verbose "Service port: 127.0.0.1:$(fn-ga-global-get port "$GOOGLE_AUTH_DEFAULT_PORT")"
|
||||
if fn-ga-service-running; then
|
||||
if ! fn-ga-service-running; then
|
||||
dokku_log_verbose "Service: not running"
|
||||
elif fn-ga-service-reads-app-lists; then
|
||||
dokku_log_verbose "Service: running"
|
||||
else
|
||||
dokku_log_verbose "Service: not running"
|
||||
# Worth calling out: every per-app list below is being ignored, and the
|
||||
# apps that have one are falling back to the broader global list.
|
||||
dokku_log_verbose "Service: running, but IGNORING all per-app lists"
|
||||
dokku_log_verbose " (started without the per-app config; fix with: dokku google-auth:restart)"
|
||||
fi
|
||||
|
||||
local app
|
||||
|
||||
Reference in New Issue
Block a user