[archived] "Configure Artifact Repository" docs discussion #9124
Replies: 4 comments 1 reply
-
Is it possible to upload artifacts to S3 though proxy? |
Beta Was this translation helpful? Give feedback.
-
Does Argo support server-side encrypted S3 bucket? |
Beta Was this translation helpful? Give feedback.
-
When i run: helm install argo-artifacts minio/minio --set service.type=LoadBalancer --set fullnameOverride=argo-artifacts I am getting: helm install argo-artifacts minio/minio --set service.type=LoadBalancer --set fullnameOverride=argo-artifacts I have been trying to install minio as an artifact repository for days (with many different methods), but nothing works. Any help would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
-
For version 3.4 apiVersion: v1
kind: Secret
metadata:
name: artifact
namespace: default
type: Opaque
stringData:
accessKey: DO NOT BASE64 ENCODE THIS
secretKey: DO NOT BASE64 ENCODE THIS using data field and base64 encoded value, Will get you an invalid header value for Authorization key. |
Beta Was this translation helpful? Give feedback.
-
argo-workflows/configure-artifact-repository/
https://argoproj.github.io/argo-workflows/configure-artifact-repository/
Beta Was this translation helpful? Give feedback.
All reactions