nomopo45

Results 10 comments of nomopo45

When i curl, i have this response : ``` curl -i -X POST -H "Content-Type: application/json" \ -d '{ "configuredLevel": "TRACE" }' \ https://akhq.mydomain.com/ui/login HTTP/1.1 200 OK Content-Type: text/html Content-Length:...

And this is the error in the console : ![image](https://user-images.githubusercontent.com/67263927/182098204-036ed60b-4b6a-4266-ad60-cfca4a146faf.png)

Hey @Amier3 Did you have time to look into this ? If you need some help i would be happy to try anything, my knowledge on the subject is very...

> Would be nice to see the Terraform plan and the definition of the hello world job. > > `gitlab.domain.com` looks weired in the logs. I just changed it to...

> Hey @JulianCBC > > It seems a kernel bug. That's the logs from my docker-machine host created by the agent: > > ``` > [Thu Jun 9 01:01:05 2022]...

Hello, I just want to know if there are news regarding the fact that the user must create each subpath beforehand before they consume the PV from container, is it...

> I have the same problem. Only occurs after 1.2.0 -> 2.x update. The same configuration works fine in version 1.2.0 but not in version 2.x. @marcinwito thanks a lot...

After some tests where i changed the image tag i have other errors now opensearch-dashboard 1.2.0 : ``` [2022-07-18T08:26:40,215][WARN ][o.o.s.c.ConfigurationLoaderSecurity7] [opensearch-cluster-master-2] No data for [actiongroups,roles,rolesmapping,tenants] while retrieving configuration for [INTERNALUSERS,...

Ok i deleted eveything. I use the 2.1.0 tag for the image and below the config my helm values i have new error: for opensearch-dashboard : ``` # Copyright OpenSearch...

You can follow my thread i manage to make it work : https://forum.opensearch.org/t/opensearch-opensearch-dashboard-failed-to-get-saml-header-error-error-failed-parsing-saml-config/10224 the thing was to change the path and use version 2.0.1 securityConfig: enabled: true path: "/usr/share/opensearch/config/opensearch-security" and...