Skip to content

Commit

Permalink
Add warning about skipping TLS verification
Browse files Browse the repository at this point in the history
  • Loading branch information
amisstea authored and chmeliik committed Jun 19, 2024
1 parent eb9ead6 commit 0b19263
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This StepAction queries the hub cluster used to provision ephemeral clusters for
|name|description|default value|required|
|---|---|---|---|
|kubeconfigSecretLabelSelector|A label selector used to identify the secret containing the EaaS hub cluster kubeconfig|toolchain.dev.openshift.com/spacerequest=eaas|false|
|insecureSkipTLSVerify|Skip TLS verification when accessing the EaaS hub cluster|false|false|
|insecureSkipTLSVerify|Skip TLS verification when accessing the EaaS hub cluster. This should not be set to "true" in a production environment.|false|false|

## Results
|name|description|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ spec:
- name: insecureSkipTLSVerify
type: string
default: "false"
description: Skip TLS verification when accessing the EaaS hub cluster
description: >-
Skip TLS verification when accessing the EaaS hub cluster.
This should not be set to "true" in a production environment.
env:
- name: LABEL_SELECTOR
value: "$(params.kubeconfigSecretLabelSelector)"
Expand Down

0 comments on commit 0b19263

Please sign in to comment.