Sébastien OUDRY
Sébastien OUDRY
I suggest gray color for printed `cmd` of an item as they only watched a few times.
Did you succeed to run fabric8 inside Rancher ? I'm also interested to use this two technologies together.
Hi! Having same timeout issue but didn't see any settings to configure it ... Atom 1.48.0 on Ubuntu
When you talk about outputs it's burrito files uploaded to datastore or TF `outputs`? But I still don't get what you thinking about, forgive me. Do you have an example...
Hi Lucas! All the logs of every Burrito components are in the first comment. The first call to datastore state this: ``` status=400 uri="/api/plans?attempt=&format=short&layer=qpc-bastion&namespace=burrito-qpc-config-terraform&run=" ``` But I don't have any...
HI @LucasMrqes ! I finally have time to troubleshoot a lit more this problem. I also upgrade to 0.5.0 version. When using datastore mock storage, I don't have any issue....
Or maybe it's a regression when using `UsePathStyle` while listing objects. Maybe need to modify this function https://github.com/padok-team/burrito/blob/main/internal/datastore/storage/s3/s3.go#L89
OK, here's my findings: When using AWS SDK for S3 `ListObjectsV2`, the `Prefix` must: * not begins with a `/` * ends with a `/` But curently, the used prefix...
Yes removing the leading `/` AND adding one at end works. If the last `/` isn't provided, only the "prefix" is returned by S3 and not the child folders (so...
Sorry to re-open this issue... We have another platform to install Burrito on: IBM Cloud. The block storage option is called COS and their API is S3 compatible. But unfortunately...