Celis

Results 32 comments of Celis

Able to share the Object, with `X-Amz-Expires=604800`. I will wait couple of hours and see if still accesible. ``` http://127.0.0.1:9000/celis/gas-2023-05-01%2018.42.06.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=FBMBV43X1LW5D1MPXQJ0%2F20230508%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230508T222213Z&X-Amz-Expires=604800&X-Amz-Security-Token=eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhY2Nlc3NLZXkiOiJGQk1CVjQzWDFMVzVEMU1QWFFKMCIsImV4cCI6MTY4MzYyNzcwMywicGFyZW50IjoibWluaW8ifQ.kBv5SJlSzgkgMiYdFQG0cd51a41-KxNnjkbyiOxnuQbhUIf1M_pQ9SR3AKiyWY1hya_Kfg9OwKRj1uRV2GrKVg&X-Amz-SignedHeaders=host&versionId=null&X-Amz-Signature=0167875adea35de0df7ac5663887ca5accb661dd7663d036b902a29b2ce2324f ```

Shared object is still accesible after one hour, I will wait one more hour and see if this link still works...

Two hours after and shared object is still accesible via the link, the problem has been solved. Please re-open if there is a case where this is still failing and...

Link will expire after 12 hours, as we increased session cookie time, this is not fixed yet. But I am checking internally to see if this will be ever fixed...

Hello @mravitej In the top of the file I have these lines below: ``` - config: - testset: 'Basic Tests' - variable_binds: {'username': '[email protected]', 'password': 'admin', 'espuser_url': 'api/user/v0.1', 'authbkend_url': 'api/authentication/v0.1'}...

AR @cniackz please test this in openshift and see if you can reproduce; then talk to our expert @pjuarezd and get some advice/help. Also maybe this can be of help:...

Hey guys, I have an idea. Why are you using `requestAutoCert: true` here? Based on my testing, when using `cert-manager`, you should disable it: Check this out: ```yaml spec: ##...

I cannot reproduce this issue and never seen it before. All I see is this log from sidecar: ``` 2024/04/20 03:27:02 sidecar.go:48: Starting Sidecar ``` How exactly are you deploying...

Please look at Helm Steps for latest version: https://github.com/minio/operator/wiki/Deploy-Operator-with-Helm 1. Download: * https://github.com/minio/operator/blob/master/helm-releases/operator-5.0.14.tgz * https://github.com/minio/operator/blob/master/helm-releases/tenant-5.0.14.tgz 2. Install: ```shell helm install \ --namespace minio-operator \ --create-namespace \ minio-operator ./operator-5.0.14.tgz ``` ```shell...

Hey @twelho, if your problem persists, could you please open an issue? Be sure to include all the steps required to reproduce it in a very detailed manner. Thank you...