You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a Kubernetes administrator, I want to integrate Kube-login with our existing Kube-OIDC-Proxy cluster, So that users can authenticate more securely with a streamlined process.
Description:
Our modified Kube-OIDC-Proxy cluster already utilizes Keycloak for authentication. Kube-login is already set up, and we aim to enable users to authenticate easily using a browser-based flow. This integration ensures that authentication tokens are handled automatically and securely.
Acceptance Criteria:
Step 1: Authenticate with Kube-login
Run a kubectl command, such as:
kubectl get pods
You will be redirected to your default browser for authentication via Keycloak.
Log in with your credentials and complete any MFA steps if required.
Once authentication is complete, return to the terminal.
Step 2: Verify Login
Use kubectl to access Kubernetes resources without additional authentication steps:
kubectl get pods
Confirm that the command runs successfully and the cluster is accessible.
Step 3: Troubleshooting
If login fails, check the Kube-login logs for error messages related to Keycloak integration or token expiration.
The text was updated successfully, but these errors were encountered:
As a Kubernetes administrator,
I want to integrate Kube-login with our existing Kube-OIDC-Proxy cluster,
So that users can authenticate more securely with a streamlined process.
Description:
Our modified Kube-OIDC-Proxy cluster already utilizes Keycloak for authentication. Kube-login is already set up, and we aim to enable users to authenticate easily using a browser-based flow. This integration ensures that authentication tokens are handled automatically and securely.
Acceptance Criteria:
Step 1: Authenticate with Kube-login
kubectl
command, such as:Step 2: Verify Login
kubectl
to access Kubernetes resources without additional authentication steps:Step 3: Troubleshooting
The text was updated successfully, but these errors were encountered: