Commit b1e274c
authored
FEAT: call dex directly instead of proxying argocd (#922)
* local import working
* authenticator debug
* local tested
* local tested
* docker version upgrade
* argo dependency import
* removed filter
* login proxy correction
* user filter redirect
* commited dev ssl setting
* redirect url rewerite
* password login tested
* removed http only cookie
* admin login password verified
* local dev conf
* removed serve tls
* admin login acd deligate
* path prefix url compatible
* callback endpoint change
* auth redirect reverted
* refactor compiling
* commited wiregen
* auth related wiring extracted in seperate class
* authenticator upgrade
* middleware correcton
* authenticator upgrade1 parent 5920bde commit b1e274c
File tree
892 files changed
+98477
-43112
lines changed- api
- restHandler
- router
- pkg/user
- vendor
- github.com
- caarlos0/env/v6
- coreos/go-oidc
- devtron-labs/authenticator
- client
- jwt
- middleware
- oidc
- password
- gogo/protobuf/proto
- golang-jwt/jwt/v4
- golang/protobuf
- descriptor
- jsonpb
- protoc-gen-go/descriptor
- proto
- ptypes
- any
- duration
- empty
- struct
- timestamp
- wrappers
- google
- go-cmp/cmp
- internal
- diff
- value
- gofuzz
- bytesource
- uuid
- gorilla/mux
- imdario/mergo
- konsorten/go-windows-terminal-sequences
- pquerna/cachecontrol
- cacheobject
- sirupsen/logrus
- golang.org/x
- crypto
- chacha20
- curve25519
- internal/field
- ed25519
- internal
- poly1305
- subtle
- openpgp
- armor
- clearsign
- elgamal
- errors
- packet
- s2k
- ssh
- terminal
- net
- http2
- hpack
- http
- httpguts
- httpproxy
- idna
- oauth2
- internal
- sys
- cpu
- plan9
- unix
- windows
- term
- text
- secure/bidirule
- unicode
- bidi
- norm
- width
- time/rate
- google.golang.org
- appengine
- internal
- genproto
- googleapis
- api
- annotations
- httpbody
- rpc/status
- protobuf/field_mask
- grpc
- attributes
- backoff
- balancer
- base
- grpclb/state
- roundrobin
- binarylog/grpc_binarylog_v1
- codes
- credentials
- encoding
- grpclog
- internal
- backoff
- binarylog
- buffer
- channelz
- credentials
- envconfig
- grpclog
- grpcutil
- resolver
- dns
- passthrough
- serviceconfig
- status
- syscall
- transport
- naming
- resolver
- serviceconfig
- stats
- status
- protobuf
- encoding
- protojson
- prototext
- protowire
- internal
- descfmt
- descopts
- detrand
- encoding
- defval
- json
- messageset
- tag
- text
- errors
- fieldsort
- filedesc
- filetype
- flags
- genid
- impl
- mapsort
- pragma
- set
- strs
- version
- proto
- reflect
- protodesc
- protoreflect
- protoregistry
- runtime
- protoiface
- protoimpl
- types
- descriptorpb
- known
- anypb
- durationpb
- emptypb
- fieldmaskpb
- timestamppb
- wrapperspb
- gopkg.in/square/go-jose.v2
- cipher
- json
- sigs.k8s.io/yaml
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
892 files changed
+98477
-43112
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | | - | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
52 | 55 | | |
53 | 56 | | |
54 | | - | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
58 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
59 | 63 | | |
60 | 64 | | |
61 | 65 | | |
62 | 66 | | |
63 | 67 | | |
64 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
65 | 78 | | |
66 | 79 | | |
67 | 80 | | |
| |||
83 | 96 | | |
84 | 97 | | |
85 | 98 | | |
86 | | - | |
87 | | - | |
| 99 | + | |
88 | 100 | | |
89 | 101 | | |
90 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
91 | 118 | | |
92 | 119 | | |
93 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
672 | 672 | | |
673 | 673 | | |
674 | 674 | | |
675 | | - | |
| 675 | + | |
676 | 676 | | |
677 | 677 | | |
678 | 678 | | |
| |||
708 | 708 | | |
709 | 709 | | |
710 | 710 | | |
| 711 | + | |
| 712 | + | |
711 | 713 | | |
712 | 714 | | |
713 | 715 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| 57 | + | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
65 | 82 | | |
66 | 83 | | |
67 | 84 | | |
| |||
86 | 103 | | |
87 | 104 | | |
88 | 105 | | |
89 | | - | |
| 106 | + | |
90 | 107 | | |
91 | 108 | | |
92 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
| 22 | + | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | | - | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | | - | |
| 30 | + | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | 50 | | |
77 | 51 | | |
78 | | - | |
79 | | - | |
80 | 52 | | |
81 | 53 | | |
82 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
83 | 70 | | |
84 | 71 | | |
85 | 72 | | |
| |||
89 | 76 | | |
90 | 77 | | |
91 | 78 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
96 | 82 | | |
97 | 83 | | |
98 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
20 | | - | |
| 19 | + | |
21 | 20 | | |
22 | 21 | | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | | - | |
46 | 45 | | |
47 | 46 | | |
48 | | - | |
| 47 | + | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| |||
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
59 | | - | |
60 | 58 | | |
61 | 59 | | |
62 | 60 | | |
| |||
75 | 73 | | |
76 | 74 | | |
77 | 75 | | |
78 | | - | |
79 | 76 | | |
80 | | - | |
81 | 77 | | |
82 | 78 | | |
83 | 79 | | |
| |||
93 | 89 | | |
94 | 90 | | |
95 | 91 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
| 92 | + | |
| 93 | + | |
101 | 94 | | |
102 | 95 | | |
103 | 96 | | |
104 | | - | |
105 | 97 | | |
106 | | - | |
107 | 98 | | |
108 | 99 | | |
109 | 100 | | |
110 | 101 | | |
111 | 102 | | |
112 | 103 | | |
113 | | - | |
114 | 104 | | |
115 | | - | |
116 | 105 | | |
117 | 106 | | |
118 | 107 | | |
| 108 | + | |
| 109 | + | |
0 commit comments