Merge "grafana: update to 7.4.2"
This commit is contained in:
commit
464bb363e9
@ -13,7 +13,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
FROM docker.io/grafana/grafana:7.4.1-ubuntu
|
||||
FROM docker.io/grafana/grafana:7.4.2-ubuntu
|
||||
|
||||
LABEL maintainer="infra-root@openstack.org"
|
||||
|
||||
|
@ -34,6 +34,13 @@
|
||||
SSLCertificateKeyFile /etc/letsencrypt-certs/{{ inventory_hostname }}/{{ inventory_hostname }}.key
|
||||
SSLCertificateChainFile /etc/letsencrypt-certs/{{ inventory_hostname }}/ca.cer
|
||||
|
||||
# NOTE(ianw) 2021-02-19
|
||||
# This was for a security issue fixed in 7.4.2
|
||||
# where anonymous users could cause a write to disk, fixed
|
||||
# with
|
||||
# https://github.com/grafana/grafana/pull/31263/
|
||||
# We leave it because we don't use the API, but if we need
|
||||
# it, we can remove this.
|
||||
RewriteEngine on
|
||||
RewriteRule "^/api/snapshots(.*?)$" "-" [F]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user