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
This will be broad question but looking for guidance at what to check for.
Context:
1 ArgoCD installation (HA) on Cluster A
ArgoCD manages both the local Cluster A and a remote cluster B
Web Terminal feature is enabled via the ArgoCD config map
For some time, we had the Web Terminal feature working only for pods on remoter cluster B because we specifically added the proper permissions in the ClusterRole in remote Cluster B. But the Web Terminal was not working in local Cluster A because the role didn't have the proper permissions.
Today, I just realized that we now have access to the Web Terminal in local Cluster A as well.
My guess is that this is due to an upgrade of ArgoCD, the behaviour changed (we are currently running v3.0.1, we were on v2.x not so long ago).
However, according to the documentation Web Terminal can only work if the following permission is set on the argocd-serverClusterRole:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello folks,
This will be broad question but looking for guidance at what to check for.
Context:
For some time, we had the Web Terminal feature working only for pods on remoter cluster B because we specifically added the proper permissions in the
ClusterRole
in remote Cluster B. But the Web Terminal was not working in local Cluster A because the role didn't have the proper permissions.Today, I just realized that we now have access to the Web Terminal in local Cluster A as well.
My guess is that this is due to an upgrade of ArgoCD, the behaviour changed (we are currently running v3.0.1, we were on v2.x not so long ago).
However, according to the documentation Web Terminal can only work if the following permission is set on the
argocd-server
ClusterRole
:But it's not our case and still the feature works.
Our
ClusterRole
:Am I missing something or is this an issue in ArgoCD? What could I check additionally?
Beta Was this translation helpful? Give feedback.
All reactions