Skip to content

Commit

Permalink
capabilitiesV2: product proxy conf
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed Jun 9, 2020
1 parent 8a05106 commit 90976f5
Show file tree
Hide file tree
Showing 7 changed files with 650 additions and 118 deletions.
60 changes: 40 additions & 20 deletions deploy/crds/capabilities.3scale.net_products_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,20 +150,25 @@ spec:
acts of behalf of app key
type: string
credentials:
description: 'Credentials Location available options:
header: As HTTP Headers query: As query parameters
(GET) or body parameters (POST/PUT/DELETE) basic:
As HTTP Basic Authentication'
description: 'CredentialsLoc available options: headers:
As HTTP Headers query: As query parameters (GET) or
body parameters (POST/PUT/DELETE) authorization: As
HTTP Basic Authentication'
enum:
- header
- headers
- query
- basic
- authorization
type: string
security:
description: SecuritySpec defines the desired state
of Authentication Security
properties:
hostHeader:
description: HostHeader Lets you define a custom
Host request header. This is needed if your API
backend only accepts traffic from a specific host.
type: string
secretToken:
description: SecretToken Enables you to block any
direct developer requests to your API backend;
each 3scale API gateway call to your API backend
Expand All @@ -182,19 +187,24 @@ spec:
type: string
credentials:
description: 'Credentials Location available options:
header: As HTTP Headers query: As query parameters
(GET) or body parameters (POST/PUT/DELETE) basic:
headers: As HTTP Headers query: As query parameters
(GET) or body parameters (POST/PUT/DELETE) authorization:
As HTTP Basic Authentication'
enum:
- header
- headers
- query
- basic
- authorization
type: string
security:
description: SecuritySpec defines the desired state
of Authentication Security
properties:
hostHeader:
description: HostHeader Lets you define a custom
Host request header. This is needed if your API
backend only accepts traffic from a specific host.
type: string
secretToken:
description: SecretToken Enables you to block any
direct developer requests to your API backend;
each 3scale API gateway call to your API backend
Expand Down Expand Up @@ -237,20 +247,25 @@ spec:
acts of behalf of app key
type: string
credentials:
description: 'Credentials Location available options:
header: As HTTP Headers query: As query parameters
(GET) or body parameters (POST/PUT/DELETE) basic:
As HTTP Basic Authentication'
description: 'CredentialsLoc available options: headers:
As HTTP Headers query: As query parameters (GET) or
body parameters (POST/PUT/DELETE) authorization: As
HTTP Basic Authentication'
enum:
- header
- headers
- query
- basic
- authorization
type: string
security:
description: SecuritySpec defines the desired state
of Authentication Security
properties:
hostHeader:
description: HostHeader Lets you define a custom
Host request header. This is needed if your API
backend only accepts traffic from a specific host.
type: string
secretToken:
description: SecretToken Enables you to block any
direct developer requests to your API backend;
each 3scale API gateway call to your API backend
Expand All @@ -269,19 +284,24 @@ spec:
type: string
credentials:
description: 'Credentials Location available options:
header: As HTTP Headers query: As query parameters
(GET) or body parameters (POST/PUT/DELETE) basic:
headers: As HTTP Headers query: As query parameters
(GET) or body parameters (POST/PUT/DELETE) authorization:
As HTTP Basic Authentication'
enum:
- header
- headers
- query
- basic
- authorization
type: string
security:
description: SecuritySpec defines the desired state
of Authentication Security
properties:
hostHeader:
description: HostHeader Lets you define a custom
Host request header. This is needed if your API
backend only accepts traffic from a specific host.
type: string
secretToken:
description: SecretToken Enables you to block any
direct developer requests to your API backend;
each 3scale API gateway call to your API backend
Expand Down

0 comments on commit 90976f5

Please sign in to comment.