-
- Downloads
storage: add etcd storage
This patch adds etcd storage implementation. This should be useful in environments where - we dont want to depends on a separate, hard to maintain SQL cluster - we dont want to incur the overhead of talking to kubernetes apiservers - kubernetes is not available yet, or if kubernetes depends on dex to perform authentication and the operator would like to remove any circular dependency if possible.
Showing
- cmd/dex/config.go 2 additions, 0 deletionscmd/dex/config.go
- storage/etcd/config.go 92 additions, 0 deletionsstorage/etcd/config.go
- storage/etcd/etcd.go 532 additions, 0 deletionsstorage/etcd/etcd.go
- storage/etcd/etcd_test.go 94 additions, 0 deletionsstorage/etcd/etcd_test.go
- storage/etcd/standup.sh 109 additions, 0 deletionsstorage/etcd/standup.sh
- storage/etcd/types.go 229 additions, 0 deletionsstorage/etcd/types.go
Loading
Please register or sign in to comment