-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bug-1120]: Update Authorization sidecar to use insecure flag (#442)
* fix auth cert * remove constant * remove duplicate verbs
- Loading branch information
Showing
4 changed files
with
108 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
pkg/modules/testdata/cr_powerscale_auth_validate_cert.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
apiVersion: storage.dell.com/v1 | ||
kind: ContainerStorageModule | ||
metadata: | ||
name: isilon | ||
namespace: isilon | ||
spec: | ||
driver: | ||
csiDriverType: "isilon" | ||
configVersion: v2.9.0 | ||
authSecret: isilon-creds-custom | ||
replicas: 1 | ||
common: | ||
image: "dellemc/csi-isilon:v2.9.0" | ||
imagePullPolicy: IfNotPresent | ||
|
||
modules: | ||
- name: authorization | ||
# enable: Enable/Disable csm-authorization | ||
enabled: true | ||
components: | ||
- name: karavi-authorization-proxy | ||
image: dellemc/csm-authorization-sidecar:v1.7.0 | ||
envs: | ||
# proxyHost: hostname of the csm-authorization server | ||
- name: "PROXY_HOST" | ||
value: "testing-proxy-host" | ||
|
||
# skipCertificateValidation: Enable/Disable certificate validation of the csm-authorization server | ||
- name: "SKIP_CERTIFICATE_VALIDATION" | ||
value: "false" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters