Authentication
This provider requires authentication.- api_server: The openshift api server url (required: True, sensitive: False)
- token: The openshift token (required: True, sensitive: True)
- insecure: Skip TLS verification (required: False, sensitive: False)
- connect_to_openshift: Check if the provided token can connect to the openshift server (mandatory)
In workflows
This provider can be used in workflows. As “step” to query data, example:Connecting with the Provider
To connect to Openshift, follow below steps:- Log in to your Openshift cluster and create a new service account with required roles.
- Get the token of the service account.
- Use the token to authenticate with Openshift.
Notes
- This provider allows you to interact with Openshift to perform rollout restart actions.