Public bug reported:
Hi Everyone,
We are renting an Ubuntu 20 VM from IONOS. The VM is a webserver with
LAMP stack and a wiki. The machine has an external IPv4 address, but no
external IPv6 address. There's not much to it.
I'm trying to clamp the machine down using iptables. The initial
iptables
Public bug reported:
It appears glance uses SHA1 for hashing:
https://review.openstack.org/#/c/81391/28/ironic/common/glance_service/v2/image_service.py:
# Encode to UTF-8
try:
sig = hmac.new(key.encode(),
hmac_body.encode(),
hashlib.sha1).hexdigest()
2 matches
Mail list logo