You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# web-identity-token-file inherited from root if not set here
133
+
```
134
+
135
+
Static AWS credentials (`access-key` + `secret-key`) and web identity (IRSA via `role-arn` + `web-identity-token-file`) are mutually exclusive. When no credentials are configured, the AWS SDK default provider chain is used.
136
+
137
+
### Validation and operations
138
+
139
+
-**Configuration**: Duplicate index prefixes across tenants cause a startup error.
140
+
-**Pre-startup**: Ensure each tenant's index prefix is unique and the cluster is reachable before deploying.
141
+
-**Backup**: ES/OS backups operate at the cluster level via the web applications backup endpoint. Per-tenant ES/OS backup is not yet available and is planned as part of the management API.
142
+
-**Resource scaling**: Each tenant's search client is independent; monitor index size per prefix and set retention policies independently per tenant.
143
+
60
144
## Document Store storage
61
145
62
146
Store documents globally with per-tenant subpaths, or use dedicated stores per tenant.
0 commit comments