File tree Expand file tree Collapse file tree 1 file changed +1
-27
lines changed
content/operate/kubernetes/security Expand file tree Collapse file tree 1 file changed +1
-27
lines changed Original file line number Diff line number Diff line change @@ -91,33 +91,7 @@ Configure Vault token policies with minimum TTL of 1 hour:
9191- Ensures stable operation during maintenance windows
9292- See [ Vault token management] ( https://developer.hashicorp.com/vault/tutorials/tokens/token-management )
9393
94- ## Architecture overview
95-
96- Understanding the integration architecture helps ensure proper configuration and troubleshooting.
97-
98- ### Components and data flow
99-
100- ```
101- ┌─────────────────┐ ┌──────────────────┐ ┌─────────────────┐
102- │ Kubernetes │ │ HashiCorp Vault │ │ Redis Enterprise│
103- │ Cluster │ │ │ │ Cluster │
104- │ │ │ │ │ │
105- │ ┌─────────────┐ │ │ ┌──────────────┐ │ │ ┌─────────────┐ │
106- │ │ Redis │◄┼────┼►│ KV-v2 Store │ │ │ │ Database │ │
107- │ │ Enterprise │ │ │ │ │ │ │ │ Instances │ │
108- │ │ Operator │ │ │ │ - Credentials│ │ │ │ │ │
109- │ └─────────────┘ │ │ │ - Certificates│ │ │ └─────────────┘ │
110- │ │ │ │ - Licenses │ │ │ │
111- │ ┌─────────────┐ │ │ └──────────────┘ │ │ │
112- │ │ Vault │ │ │ │ │ │
113- │ │ Agent │ │ │ ┌──────────────┐ │ │ │
114- │ │ Injector │ │ │ │ Kubernetes │ │ │ │
115- │ └─────────────┘ │ │ │ Auth Method │ │ │ │
116- └─────────────────┘ │ └──────────────┘ │ └─────────────────┘
117- └──────────────────┘
118- ```
119-
120- ### Authentication flow
94+ ## Authentication flow
12195
122961 . ** Service Account Authentication** : Redis Enterprise operator uses its Kubernetes service account token
123972 . ** Vault Authentication** : Operator authenticates with Vault using Kubernetes auth method
You can’t perform that action at this time.
0 commit comments