mmwillingham/OpenShift Login
Log into an OpenShift cluster and set up a Kubernetes context
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 9, 2024
- License
- None
Pinned Snippet
uses: mmwillingham/github_action@335db827d87e6a56ea50bf9f4fd6c4f2d86e2514 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
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