Skip to main content
logoTetrate Istio Subscription PlusVersion: Latest

API Access Bindings

The differences between TSB and Tetrate Istio Subscription Plus (TIS+)

Tetrate Istio Subscription Plus (TIS+) utilizes many of the same components as the Tetrate Service Bridge(TSB) product but has the several distinctions.

DEPRECATED: use Access Bindings instead.

APIAccessBindings is an assignment of roles to a set of users or teams to access API resources. The user or team information is obtained from an LDAP server that should have been configured as part of Istio Subscription Plus installation. Note that a APIAccessBinding can be created or modified only by users who have set_rbac permission on the API resource.

The following example assigns the api-admin role to users alice, bob, and members of the t1 team for the APIs openapi in the application app owned by the tenant mycompany. Use fully-qualified name (fqn) when specifying user and team

apiVersion: rbac.tsb.tetrate.io/v2
kind: APIAccessBindings
metadata:
organization: tis+
tenant: tis+
application: app
api: openapi
spec:
allow:
- role: rbac/api-admin
subjects:
- user: organization/myorg/users/alice
- user: organization/myorg/users/bob
- team: organization/myorg/teams/t1

APIAccessBindings

APIAccessBindings assigns permissions to users of APIs.

FieldDescriptionValidation Rule

allow

List of tetrateio.api.tsb.rbac.v2.Binding
The list of allowed bindings configures the different access profiles that are allowed on the resource configured by the policy.