clean-glass-36808
09/06/2024, 6:21 PMflyte-copilot-downloader
init container has secrets embedded directly into the manifest. This might be worse for us than other folks since the manifests are stored in our batch compute engine and displayed on UIs for everyone to see but this doesn't seem great?
initContainers:
- name: flyte-copilot-downloader
image: <redacted>/flytecopilot:v1.13.0-stack.14
command:
- /bin/flyte-copilot
- '--storage.limits.maxDownloadMBs=0'
- '--storage.container=<redacted>'
- '--storage.type=stow'
- '--storage.stow.config'
- secret_key=<redacted>
- '--storage.stow.config'
- access_key_id=<redacted>
- '--storage.stow.config'
- authtype=accesskey
- '--storage.stow.config'
- disable_ssl=0
- '--storage.stow.config'
- endpoint=<redacted>
- '--storage.stow.config'
- region=us-east-1
- '--storage.stow.kind=s3'
clean-glass-36808
09/06/2024, 10:34 PMclean-glass-36808
09/06/2024, 11:46 PMaverage-finland-92144
09/10/2024, 3:09 PMit looks like the configurable pod template has no impact on the init containers@shy-guitar-84777 sent a PR to at least address this
clean-glass-36808
09/10/2024, 3:39 PMclean-glass-36808
09/16/2024, 4:38 AM