[Yahoo-eng-team] [Bug 1922530] [NEW] Docs do not list necessary ports for cloud-init

2021-04-04 Thread Jeffrey Walton
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

[Yahoo-eng-team] [Bug 1329608] [NEW] Object storage temp URL uses SHA1

2014-06-12 Thread Jeffrey Walton
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()