We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94295a6 commit ee62bc6Copy full SHA for ee62bc6
docs/getting-started/openshift/index.md
@@ -51,6 +51,14 @@ argocd-agentctl pki issue resource-proxy \
51
--dns <dns names of principal>
52
```
53
54
+Create JWT signing key:
55
+
56
+```
57
+argocd-agentctl jwt create-key \
58
+ --principal-context <control plane context> \
59
+ --upsert
60
61
62
Deploy principal on hub cluster using argocd-operator/gitops-operator using Argo CD CR given below
63
64
@@ -66,7 +74,6 @@ spec:
66
74
enabled: true
67
75
allowedNamespaces:
68
76
- "*"
69
- jwtAllowGenerate: true
70
77
auth: "mtls:CN=([^,]+)"
71
78
logLevel: "trace"
72
79
image: "ghcr.io/argoproj-labs/argocd-agent/argocd-agent:latest"
0 commit comments