Skip to content

Commit

Permalink
Merge branch 'master' into add-default-limit-to-access
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbydesign committed Feb 20, 2020
2 parents 2388937 + 566f0b4 commit 42ff120
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/source/specs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"security": [
{
"basic_auth": []
},
{
"identity_auth": []
}
],
"tags": [
Expand Down Expand Up @@ -1673,6 +1676,12 @@
"type": "http",
"description": "The userid/password is needed when accessing this API externally",
"scheme": "basic"
},
"identity_auth": {
"type": "apiKey",
"in": "header",
"name": "x-rh-identity",
"description": "Internal authorization scheme for cross-service communication"
}
},
"schemas": {
Expand Down

0 comments on commit 42ff120

Please sign in to comment.