UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

fix missing keys for monitoring.sso configuration

Merged Rob Ferguson requested to merge monitoring-schema into master
All threads resolved!
5 files
+ 52
2
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 25
1
@@ -721,10 +721,34 @@
"type": "string"
},
"allow_sign_up": {
"type": "string"
"type": "boolean"
},
"role_attribute_path": {
"type": "string"
},
"token_url": {
"type": "string"
},
"auth_url": {
"type": "string"
},
"api_url": {
"type": "string"
},
"tls_client_ca": {
"type": "string"
},
"tls_skip_verify_insecure": {
"type": "boolean"
},
"tls_client_cert": {
"type": "string"
},
"tls_client_key": {
"type": "string"
},
"allowed_domains": {
"type": "string"
}
},
"additionalProperties": false
Loading