mykyta luzan
03/27/2023, 8:17 AMraise FlyteAssertion(
flytekit.exceptions.user.FlyteAssertion: Failed to get data from <s3://blabs-flyte-mgmt-metadata/dispute-resolution/development/BP7IZUPWYESUYFGRO52LE7HBDU======/scriptmode.tar.gz> to /root/ (recursive=False).
Original exception: Access Denied
We don’t have any auth yet for flyte. I assume I just haven’t specified s3 bucket endpoint, access_key_id, and secret_access_key. Where should I do this? In my .flyte/config.yaml
? Or on k8s/values.yaml
side via devops support? If so what is the template?
storage:
access-key: <SECRET>
auth-type: iam
disable-ssl: false
endpoint: <s3://blabs-flyte-mgmt-metadata>
region: eu-central-1
secret-key: <SECRET>
I don’t understand how to use this page https://docs.flyte.org/projects/flytekit/en/latest/generated/flytekit.configuration.S3Config.htmlYee
mykyta luzan
03/27/2023, 3:34 PMapiVersion: v2
dependencies:
- condition: flyte.enabled
name: flyte-core
alias: flyte
repository: <https://flyteorg.github.io/flyte>
version: v1.3.0
description: Helm chart for flyte deployment
name: flyte
version: 0.1.0
Yee
mykyta luzan
03/27/2023, 4:09 PMYee
mykyta luzan
03/27/2023, 4:15 PMYee
David Espejo (he/him)
03/27/2023, 6:18 PM