Sébastien OUDRY
Sébastien OUDRY
@LucasMrqes I created a PR to fix my use case on S3 (tested on MinIO and IBM COS). https://github.com/padok-team/burrito/pull/378 Can you have a look on it please? And also give...
OK tell me, I'll update the MR without the feature flag. Or changing the default value?
I'm OK to keep it simple! I added a review to the MR, le trailing slash is needed for S3 listing.
Hi! I need to use dedicated MinIO as datastore backend. @faelau did you manage to configure the datastore components and have the set of needed environment variables?
I tried several things, and can't figured it out to use a minio instance on datastore with AWS SDK. Here are the environment variable used: ```shell AWS_ENDPOINT_URL_S3=https://minio.dev.mycompany.private:9000 AWS_CA_BUNDLE=/path/to/root.crt AWS_ACCESS_KEY_ID=xxxxxxxxxxxxxx AWS_SECRET_ACCESS_KEY=yyyyyyyyyyyyyyyyy...
@Alan-pad hi, any input about datastore logs? :arrow_up:
Thanks for the logs, this helped to identify the problems. I created a PR for path style support https://github.com/padok-team/burrito/pull/322. And here's my configuration, environment variables to define in a configmap...
Hi @Alan-pad ! **datastore** Logs for plans are nice for drift detection but apply/destroy are more important for audit. That's why we need to have different deletion policies. So I'm...
OK I understand the underlying considerations. Thanks for the tips on `runHistoryPolicy.runs`. I need to read the code more ;)
Hi @bsgrigorov, after some months... We use something like this (custom CRD removed): ``` ❯ kubectl describe clusterrole gitlab-readonly Name: gitlab-readonly Labels: Annotations: PolicyRule: Resources Non-Resource URLs Resource Names Verbs...