-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
The type used to store connectors in kubernetes has a ResourceVersion
field
dex/storage/kubernetes/types.go
Line 601 in d820fd4
ResourceVersion string `json:"resourceVersion,omitempty"` |
Which shadows the "actual" ResourceVersion
specified by ObjectMeta
. This causes the comparison here
Line 550 in d820fd4
if !ok || storageConnector.ResourceVersion != conn.ResourceVersion { |
To always report the same (empty) version, meaning cached connectors are never updated if they change in kubernetes.
rbtr
Metadata
Metadata
Assignees
Labels
No labels