actions-marketplace-validations/OpenShift Login Node v16
Log into an OpenShift cluster and set up a Kubernetes context
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| openshift_server_url | Openshift Server URL. | yes | — |
| openshift_token | Openshift Bearer Token. Store in a secret. | no | — |
| openshift_username | Openshift Username. Must be used with openshift_password. | no | — |
| openshift_password | Openshift Password. Store in a secret. Must be used with openshift_username. | no | — |
| insecure_skip_tls_verify | Skip TLS certificate verification when connecting to the cluster. | no | false |
| certificate_authority_data | Contents of a Certificate Authority (.crt) file for your cluster's SSL certificate. Store in a secret. | no | — |
| namespace | Set current context's namespace to this, after logging in. | no | — |
| reveal_cluster_name | "By default, the cluster name is masked, since it can be used to derive the server URL. Set this to true to skip masking the cluster name." | no | false |
Outputs
no outputs