tetratelabs/Tetrate Config Analyzer
Validate and analyze Istio service mesh configurations for security, compliance, and best practices
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tis-password | Tetrate Istio Subscription (TIS) password required for authentication. Store this as a secret | yes | — |
| local-only | Analyze configuration files locally without connecting to a Kubernetes cluster | no | false |
| mesh-config | Path to the Istio configuration files. Multiple files can be specified using either: - Space-separated list: "./config1.yaml ./config2.yaml" - Newline-separated list using YAML block scalar: mesh-config: |- ./config1.yaml ./config2.yaml | no | "" |
| kube-config | Kubernetes config file content for cluster analysis. Not used in local-only mode | no | "" |
| version | TCA version to use (e.g. 'v1.1.0'). Default is 'v1.2.0' | no | v1.2.0 |
Outputs
| name | description |
|---|---|
| result-file | Path to save TCA analysis output |