Disable auth token logging
We have a work in progress feature that required the logging, This feature is not going to be shipped for a while so disabling this for now.
This commit is contained in:
parent
3b337bfc6b
commit
6e3f249aea
|
@ -333,7 +333,7 @@ login:
|
||||||
verbose_sso_logging: false
|
verbose_sso_logging: false
|
||||||
verbose_auth_token_logging:
|
verbose_auth_token_logging:
|
||||||
hidden: true
|
hidden: true
|
||||||
default: true
|
default: false
|
||||||
sso_url:
|
sso_url:
|
||||||
default: ''
|
default: ''
|
||||||
regex: '^https?:\/\/.+[^\/]$'
|
regex: '^https?:\/\/.+[^\/]$'
|
||||||
|
|
Loading…
Reference in New Issue