mmwillingham/OpenShift Login

Log into an OpenShift cluster and set up a Kubernetes context

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit May 9, 2024
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: mmwillingham/github_action@335db827d87e6a56ea50bf9f4fd6c4f2d86e2514 # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
openshift_server_urlOpenshift Server URL.yes
openshift_tokenOpenshift Bearer Token. Store in a secret.no
openshift_usernameOpenshift Username. Must be used with openshift_password.no
openshift_passwordOpenshift Password. Store in a secret. Must be used with openshift_username.no
insecure_skip_tls_verifySkip TLS certificate verification when connecting to the cluster.nofalse
certificate_authority_dataContents of a Certificate Authority (.crt) file for your cluster's SSL certificate. Store in a secret.no
namespaceSet 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." nofalse

no outputs