Skip to content

Commit e714ca5

Browse files
remove arch diagram
1 parent 7a37f24 commit e714ca5

File tree

1 file changed

+1
-27
lines changed
  • content/operate/kubernetes/security

1 file changed

+1
-27
lines changed

content/operate/kubernetes/security/vault.md

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff 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

12296
1. **Service Account Authentication**: Redis Enterprise operator uses its Kubernetes service account token
12397
2. **Vault Authentication**: Operator authenticates with Vault using Kubernetes auth method

0 commit comments

Comments
 (0)