Dima Rogozin

Results 3 comments of Dima Rogozin

I am not sure if this is the right fix but this patch solved it for me: ./community/aws/plugins/modules/opensearch.py: ``` master_user_opts = advanced_security_opts.get("master_user_options") if master_user_opts is not None: + advanced_security_config["MasterUserOptions"] =...

Same here. For us it started when we upgraded to Ubuntu 22. I have never hit it on Ubuntu 18. The docker version on these old servers is 19.03.5, build...

I actually figured it out today. JSEncyptor converts text it gets to encrypt into UTF-8 set of bytes and then it runs encryption. So on decryption it assumes it is...