Tetrate Service BridgeVersion: 1.6.x
Organization
Organization
is a root of the Service Bridge object hierarchy. Each
organization is completely independent of the other with its own set of
tenants, users, teams, clusters and workspaces.
Organizations in TSB are tied to an Identity Provider (IdP). Users and teams, representing the organizational structure, are periodically synchronized from the IdP into TSB in order to make them available for access policy configuration.
The following example creates an organization named myorg
.
apiVersion: api.tsb.tetrate.io/v2
kind: Organization
metadata:
name: myorg
Organization
Organization
is the root of the Service Bridge object hierarchy.