Open davidt-gh opened 1 day ago
What's your RBAC configuration? It looks like it has permissions to create, but not delete.
What's your RBAC configuration? It looks like it has permissions to create, but not delete. But if it's a valid repo it been deleted without any error - only this case. I did not configured anything related to RBAC, here is my vaulues:
global:
domain: argocd.domain.net
configs:
params:
server.insecure: true
dex:
enabled: false
server:
ingress:
hostname: "argocd.domain.net"
enabled: true
ingressClassName: nginx
tls: false
extraTls:
- secretName: compamny-net-tls-certificate
hosts:
- argocd.domain.net
I've found a workaround - which is to delete the secret created by ArgoCD, and it vanished.
Sorry, I've meant argocd-rbac-cm
.
Checklist:
argocd version
.Describe the bug I've copy paste git url from bitbucket, not sure why, they provide it with
git clone
command in prefix, and by mistake I've try to add the repo like that. After I saw the connection status fail and I added it in right way, but now I'm not able to delete the wrong typo, not from CLI and not from UI.To Reproduce Instead put git http url, add
git clone https://bitbucket.org/workspace/repo.git
Expected behavior Just allow to delete
Screenshots
Version
Logs This is me trying to delete the repo from CLI
I did not saw any related logs in ArgoCD NS after trying to run the command or delete from UI, here is the last logs I saw: