oc-login icon indicating copy to clipboard operation
oc-login copied to clipboard

GitHub Action to log in to an OpenShift cluster and set up a Kubernetes context.

Results 8 oc-login issues
Sort by recently updated
recently updated
newest added

### Version redhat-actions/[email protected] ### Describe the bug `Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: redhat-actions/openshift-tools-installer, redhat-actions/oc-login ` ###...

bug

### Description ### Related Issue(s) ### Checklist - [ ] This PR includes a documentation change - [x] This PR does not need a documentation change --- - [ ]...

### Description This PR adds a post step to the action that runs oc logout and then deletes the kube config file. That should clean up any residual authentication, in...

CRDA Scan Passed
CRDA Scan Approved

### Is your feature request related to a problem? Please describe. As pointed out in the [OpenShift documentation on how to use a service account](https://docs.openshift.com/container-platform/4.7/authentication/using-service-accounts-in-applications.html#service-accounts-using-credentials-externally_using-service-accounts), see step #2 of the...

enhancement

if the workflow is using a self-hosted runner, a user would likely want to log out after their oc workflow finishes.

enhancement

Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4. Release notes Sourced from undici's releases. v5.28.4 :warning: Security Release :warning: Fixes https://github.com/nodejs/undici/security/advisories/GHSA-m4v8-wqvr-p9f7 CVE-2024-30260 Fixes https://github.com/nodejs/undici/security/advisories/GHSA-9qxr-qj54-h672 CVE-2024-30261 Full Changelog: https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4 Commits fb98306 Bumped v5.28.4...

dependencies

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

### Question I followed the guide and added my openshift username and password as secrets in github. Now, when i run the oc-login action it throws an error claiming Login...

question