Skip to content

Commit 37b53b4

Browse files
authored
Merge pull request #347 from citrix/docs
Docs
2 parents 1b99ff2 + 27c7df4 commit 37b53b4

13 files changed

Lines changed: 1765 additions & 130 deletions

crd/apigateway/apigateway-crd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ spec:
2121
type: string
2222
description: "Status Message"
2323
JSONPath: .status.status_message
24+

crd/auth/README.md

Lines changed: 320 additions & 64 deletions
Large diffs are not rendered by default.

crd/auth/auth-crd.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ spec:
4949
or api keys are passed in a header. For example, when using Basic, Digest,
5050
Bearer authentication or api keys.
5151
When authentication using forms is provided, this is set to OFF'
52-
5352
type: string
5453
enum: ['ON']
5554
required: [using_request_header]
@@ -359,4 +358,4 @@ spec:
359358
- claims
360359

361360
required:
362-
- servicenames
361+
- servicenames

0 commit comments

Comments
 (0)