Replies: 1 comment 3 replies
-
hello @JimFran , The |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello team,
I am getting this error when creating a JWT token for ArgoCD projects roles:
It seems that I cannot create the token using the CLI.
Also, I have few questions reagarding projects as it's quite new concept to me. Not sure If I am using the concept of projects correctly in my deployment. Basically I am testing with clusterResourceBlackList and roles.
I am trying to use projects in my deployment file using argocd helm.
This is my override_values.yml file for ArgoCD Helm deployment. This file create the project and use an applicationset to deploy othr applications in different namespaces (the only solution I found to deploy apps in different namespaces). I want those applications belongs to the same project "argocd"
override_values.yml
This is the applicationset.yml file:
This application set calls other applications inside the path "argocd/applications/". One of them is sonarqube:
sonarqube.yml
Also this is the projects.yml file to create the project itself:
1- Am I using correctly the clusterResourceBlacklist to deny access to the resources via argocd to the group 0xxx-zzz
2- How I should use roles for more fine grant access to the resources in argocd?
3- what is exactly the difference between metadata.namespace and destination.namespace when defining a project?
My deployment file looks fine?
Beta Was this translation helpful? Give feedback.
All reactions