Commit c17b5bf
rzisholz
Drop the onboarding script, document console-based onboarding instead
Tenant onboarding is a UI flow in the CyberArk console, not something
customers run a script for, so the script does not belong in this repo.
Removes hack/onboard-disco-agent.sh and rewrites the chart README's
onboarding section to state what onboarding must produce (an authn-jwt
authenticator scoped to the cluster's issuer/JWKS, a registered workload
for the agent's ServiceAccount, and the grants to authenticate and upload)
and to point at the product documentation for the walkthrough.
Also removes references to server-side implementation details from code
comments — specific source files and internal service names — leaving the
protocol-level facts a reader of this repo needs: the authn-jwt exchange is
served by Secrets Manager rather than identity_administration, and the
returned base64 token is forwarded as an opaque Bearer credential.
No functional change; the agent's auth path is untouched.1 parent 3785a96 commit c17b5bf
4 files changed
Lines changed: 21 additions & 35 deletions
File tree
- deploy/charts/disco-agent
- internal/cyberark
- conjur
- servicediscovery
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
101 | 103 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
119 | 108 | | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
| 109 | + | |
| 110 | + | |
124 | 111 | | |
125 | 112 | | |
126 | 113 | | |
| |||
151 | 138 | | |
152 | 139 | | |
153 | 140 | | |
154 | | - | |
| 141 | + | |
155 | 142 | | |
156 | 143 | | |
157 | 144 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
| 51 | + | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 34 | + | |
| 35 | + | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
0 commit comments