Joe Wragg

Results 38 comments of Joe Wragg

This seems to have fixed since I moved my deployment to EKS and ORS v8.1.0 so not sure what the issue was

``` ################# -- # Container ENV # ################# ✓ CONTAINER_LOG_LEVEL: INFO. Set CONTAINER_LOG_LEVEL=DEBUG for more details. ⓘ Any config file settings can be overwritten by environment variables. ⓘ Use 'CONTAINER_LOG_LEVEL=DEBUG'...

> @joewragg Thanks for pointing this out. This usually happens at the fresh creation of a container, but should not on a restart. Can you verify that? What do you...

> An image is immutable. A container is not immutable by design (in docker). It's just considered good practise to treat it like it's immutable or, better said, don't do...

+1 on this, tried a lot of the "workarounds" on both these issues and none work. I will have to revert to basic auth for now unfortunately

> > @Thamizhvanan-R do you think you can maybe describe in detail how you made it work? @joewragg can you please check that you're running the latest version and describe...

> > > > @Thamizhvanan-R do you think you can maybe describe in detail how you made it work? @joewragg can you please check that you're running the latest version...

> @joewragg Is it 100% of requests? Can you paste a (redacted) log line here? Pretty sure it's 100% of requests. If I use username and password it works. I...

> @joewragg Turn on debug level logging, let's see the complete error? > > I think https://forum.opensearch.org/t/enable-debug-logging-on-logstash/12194 or passing `--debug` to logstash will give you that. Does this have something...

I am getting 403s with AWS auth and basic auth. I have mapped my basic auth user and IAM role to all_access role. I can see it's authorisation not authentication...