Skip to content

Latest commit

 

History

History
executable file
·
48 lines (38 loc) · 1.32 KB

security-management.md

File metadata and controls

executable file
·
48 lines (38 loc) · 1.32 KB
title layout prism_languages weight tags updated category intro
Security Settings Management
2017/sheet
bash
yaml
-3
Featured
2022-12-07
Resources

Intro

Resources

  • 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

tsb/security/v2

SecuritySetting

Sample

sample/traffic-management/securitysetting.yaml

---
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

Fields

Interpretations of fields in the sample

  • authenticationSettings: Defines if mTLS is required to be enabled or not