Commit 107ab62
Verify aud claim cf (#202)
* fix: verify audience claim
Co-Authored-By: Vladimir Pouzanov <[email protected]>
Signed-off-by: CI <[email protected]>
* fix unit tests
Signed-off-by: Michael Crenshaw <[email protected]>
* handle single aud claim marshaled as a string
Signed-off-by: Michael Crenshaw <[email protected]>
* fix dependencies
* fix: add CLI client IDs to default OIDC allowed audiences (argoproj#12170) (argoproj#12179)
* fix(settings): add CLI client ID in default OAuth2 allowed audiences
Signed-off-by: Yann Soubeyrand <[email protected]>
* fix: add CLI client IDs to default OIDC allowed audiences (argoproj#12170)
Signed-off-by: Michael Crenshaw <[email protected]>
* docs
Signed-off-by: Michael Crenshaw <[email protected]>
* test
Signed-off-by: Michael Crenshaw <[email protected]>
* handle expired token properly
Signed-off-by: Michael Crenshaw <[email protected]>
---------
Signed-off-by: Yann Soubeyrand <[email protected]>
Signed-off-by: Michael Crenshaw <[email protected]>
Co-authored-by: Yann Soubeyrand <[email protected]>
* fix dependencies
* update version
* update version
* update version
* fix linter
* fix linter
---------
Signed-off-by: CI <[email protected]>
Signed-off-by: Michael Crenshaw <[email protected]>
Signed-off-by: Yann Soubeyrand <[email protected]>
Co-authored-by: CI <[email protected]>
Co-authored-by: Vladimir Pouzanov <[email protected]>
Co-authored-by: pashakostohrys <[email protected]>
Co-authored-by: Yann Soubeyrand <[email protected]>1 parent 545b94b commit 107ab62
File tree
25 files changed
+1582
-109
lines changed- cmd/argocd/commands/admin
- common
- docs/operator-manual/user-management
- manifests
- base
- core-install
- ha
- base
- server
- application
- util
- oidc
- security
- session
- settings
- test
25 files changed
+1582
-109
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
81 | | - | |
82 | | - | |
83 | 82 | | |
84 | 83 | | |
| 84 | + | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| |||
227 | 228 | | |
228 | 229 | | |
229 | 230 | | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | 231 | | |
237 | 232 | | |
238 | 233 | | |
| |||
299 | 294 | | |
300 | 295 | | |
301 | 296 | | |
302 | | - | |
| 297 | + | |
303 | 298 | | |
304 | 299 | | |
305 | 300 | | |
| |||
312 | 307 | | |
313 | 308 | | |
314 | 309 | | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
322 | 315 | | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
0 commit comments