title | layout | prism_languages | weight | tags | updated | category | intro | |||
---|---|---|---|---|---|---|---|---|---|---|
Security Settings Management |
2017/sheet |
|
-3 |
|
2022-12-07 |
Resources |
<a href='https://docs.tetrate.io/service-bridge/latest/en-us/refs/tsb/security/v2/yaml'>Security Settings Management</a> in TSB. |
- SecurityGroup allow grouping the proxy workloads in a set of namespaces owned by its parent workspace
SecuritySetting
allows configuring security related properties such as TLS authentication and access control for traffic arriving at a proxy workload in a security group
---
apiVersion: security.tsb.tetrate.io/v2
kind: SecuritySetting
metadata:
organization: tsbdemo
tenant: bookinfo
workspace: bookinfo-workspace
group: bookinfo-securitygroup
name: bookinfo-sg
spec:
authenticationSettings:
trafficMode: REQUIRED
Interpretations of fields in the sample
authenticationSettings
: Defines if mTLS is required to be enabled or not