crossplane-contrib / provider-argocd

Crossplane provider to provision and manage Argo CD objects
Apache License 2.0
68 stars 35 forks source link

Add Project Token Generation #187

Open clementblaise opened 1 month ago

clementblaise commented 1 month ago

What problem are you facing?

Currently, the provider exposes JTWTokens on Project Role but it's only for describing existing tokens. It cannot generate the token and depends on a manual operation.

How could Crossplane help solve your problem?

The provider should generate and save tokens as secret if they are defined.