• Daniel Dao's avatar
    storage: add etcd storage · ca114f78
    Daniel Dao authored
    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.
    ca114f78
config.go 1.84 KB