flytekit.SecurityContext#
- class flytekit.SecurityContext(run_as=None, secrets=None, tokens=None)[source]#
This is a higher level wrapper object that for the most part users shouldn’t have to worry about. You should be able to just use
flytekit.Secret
instead.Methods
- Parameters:
- classmethod from_flyte_idl(pb2_object)[source]#
- Parameters:
pb2_object (SecurityContext)
- Return type:
Attributes
- is_empty
- run_as: Identity | None = None