We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfe9f19 commit ead0daeCopy full SHA for ead0dae
src/resty/aws/credentials/RemoteCredentials.lua
@@ -33,7 +33,7 @@ local function initialize()
33
34
local FULL_URI_UNRESTRICTED_PROTOCOLS = makeset { "https" }
35
local FULL_URI_ALLOWED_PROTOCOLS = makeset { "http", "https" }
36
- local FULL_URI_ALLOWED_HOSTNAMES = makeset { "localhost", "127.0.0.1" }
+ local FULL_URI_ALLOWED_HOSTNAMES = makeset { "localhost", "127.0.0.1", "169.254.170.23" }
37
local RELATIVE_URI_HOST = '169.254.170.2'
38
39
local function getFullUri()
0 commit comments