Aleksandr Muravja
Aleksandr Muravja
Seems like I also have this issue ``` docker: Error response from daemon: error while mounting volume '': VolumeDriver.Mount: docker-legacy: Mount: swarmx-proxy-certs: failed: error mounting s3fs bucket. ``` While `docker...
@shamsalmon,I am quite new to Amazon S3. Please explain what is userdata.
@caalador thanks for advice. I confirm that your workaround works.
@MarekKosinski updating affected packages in Dockerfile may help ``` FROM alpine RUN apk add --update-cache \ libcrypto1.1=1.1.1q-r0 \ libssl1.1=1.1.1q-r0 && \ rm -rf /var/cache/apk/* ```
@erikgb actually switching from https to http repositories helps somehow ``` RUN sed -i 's,https,http,g' /etc/apk/repositories && \ apk add --update-cache \ libcrypto1.1=1.1.1q-r0 \ libssl1.1=1.1.1q-r0 && \ rm -rf /var/cache/apk/*...
@sshuklao I can confirm. Trivy gives same results. `Edge` and `20220715` are shipping version `1.35.0-r18` and have 0 vulnerabilities.
`edge` and `20220715` tags are shipping version `1.35.0-r18` and have 0 vulnerabilities.
I will add that `com.github.appreciated.app.layout.session.UIAttributes` causes OutOfMemory exception in my app. 
Solution from https://github.com/bitwarden/server/issues/509 doesn't help
@dbosompem support ain't helped much. What I discovered by myself: Nginx configuration has: ``` real_ip_header X-Forwarded-For; ``` Here application (bitwarden-web) reads `X-Real-IP` Header https://github.com/bitwarden/server/blob/7f5f010e1eea400300c47f776604ecf46c4b4f2d/src/Core/Utilities/CoreHelpers.cs#L589