Skip to content

Commit

Permalink
ci: Automate schema confiugration sync
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jul 18, 2019
1 parent d6059b7 commit 94bcc4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .schemas/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"127.0.0.1"
],
"title": "Host",
"description": "The network interface to listen on."
"description": "The network interface to listen on. Leave empty to listen on all interfaces."
},
"timeout": {
"title": "HTTP Timeouts",
Expand Down Expand Up @@ -129,8 +129,8 @@
},
"access_rules": {
"title": "Access Rules",
"type": "object",
"description": "Configure access rules. All sub-keys support configuration reloading without restarting.",
"type": "object",
"additionalProperties": false,
"properties": {
"repositories": {
Expand Down Expand Up @@ -255,11 +255,7 @@
]
},
"scope_strategy": {
"allOf": [
{
"$ref": "#/definitions/scopeStrategy"
}
]
"$ref": "#/definitions/scopeStrategy"
}
}
},
Expand Down Expand Up @@ -303,11 +299,7 @@
"description": "The OAuth 2.0 Token Introspection endpoint URL.\n\n>If this authenticator is enabled, this value is required."
},
"scope_strategy": {
"allOf": [
{
"$ref": "#/definitions/scopeStrategy"
}
]
"$ref": "#/definitions/scopeStrategy"
},
"pre_authorization": {
"title": "Pre-Authorization",
Expand Down
1 change: 1 addition & 0 deletions docs/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# This file moved to: https://www.ory.sh/docs/oathkeeper/configuration

0 comments on commit 94bcc4f

Please sign in to comment.