<@U06RKAMK0UC> is secrets available on flyte v1?
# ask-ai
s
@ancient-wolf-19325 is secrets available on flyte v1?
a
Yes, secrets are available in Flyte v1. You can use Flyte's native Secret construct to securely access secrets in tasks, either as environment variables or as files injected into the running container. This is supported via the
Secret
class and the
secret_requests
argument in the
@task
decorator, and secrets can be retrieved at runtime using the context object. For example, see the usage in Flyte v1 at flyteorg/flyte/blob/master/docs/user_guide/productionizing/secrets.md. Would you like more detail on how to use secrets in Flyte v1? Sources: - https://github.com/flyteorg/flyte/blob/master/docs/user_guide/productionizing/secrets.md 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.