Class RBACBindingConfig (2.52.0)

RBACBindingConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

RBACBindingConfig allows user to restrict ClusterRoleBindings an RoleBindings that can be created.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
enable_insecure_binding_system_unauthenticated bool
Setting this to true will allow any ClusterRoleBinding and RoleBinding with subjets system:anonymous or system:unauthenticated. This field is a member of oneof_ _enable_insecure_binding_system_unauthenticated.
enable_insecure_binding_system_authenticated bool
Setting this to true will allow any ClusterRoleBinding and RoleBinding with subjects system:authenticated. This field is a member of oneof_ _enable_insecure_binding_system_authenticated.