Skip to content

Commit

Permalink
Add webservice to authentication options enumerator
Browse files Browse the repository at this point in the history
  • Loading branch information
pythrick authored and LEDfan committed Mar 6, 2023
1 parent e38f3b9 commit 99b5766
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/deployment/bases/clustered/crds/shinyproxy.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ spec:
- openid
- saml
- social
- webservice
- simple
- none
containerWaitTime:
Expand Down Expand Up @@ -205,6 +206,7 @@ spec:
- openid
- saml
- social
- webservice
- simple
- none
containerWaitTime:
Expand Down
2 changes: 2 additions & 0 deletions docs/deployment/bases/namespaced/crds/shinyproxy.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ spec:
- openid
- saml
- social
- webservice
- simple
- none
containerWaitTime:
Expand Down Expand Up @@ -205,6 +206,7 @@ spec:
- openid
- saml
- social
- webservice
- simple
- none
containerWaitTime:
Expand Down
2 changes: 2 additions & 0 deletions src/test/resources/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ spec:
- openid
- saml
- social
- webservice
- simple
- none
containerWaitTime:
Expand Down Expand Up @@ -205,6 +206,7 @@ spec:
- openid
- saml
- social
- webservice
- simple
- none
containerWaitTime:
Expand Down

0 comments on commit 99b5766

Please sign in to comment.