You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 14, 2021. It is now read-only.
78: "s3-#{region}.amazonaws.com"
79: end
80: Chef::Log.warn("citadel: path #{hostname}")
81: Chef::Log.warn("citadel: hostname #{hostname}")
82: begin
83: Chef::HTTP.new("https://#{hostname}").get("#{bucket}/#{path}", headers)
84: rescue Net::HTTPServerException => e
85>> raise CitadelError.new("Unable to download #{path}: #{e}")
86: end
87: end
88:
89: end
90: end
91:
[2018-05-15T06:17:03+00:00] ERROR: Unable to download keys/keys.json: 400 "Bad Request"
The text was updated successfully, but these errors were encountered:
We are facing an issue when trying to get the objects/secrets from eu-central-1 AWS region but it works fine in AWS us-west-2.
[2018-05-15T06:17:03+00:00] ERROR: Unable to download keys/keys.json: 400 "Bad Request"
The text was updated successfully, but these errors were encountered: