sarb
sarb
Hello, With the following configuration, `granted` shows the previously mentioned error when assuming a role: ```bash # ~/.aws/credentials [default] aws_access_key_id=*** aws_secret_access_key=*** aws_session_toke # ~/.aws/config [default] region=eu-west-1 azure_tenant_id=**** azure_app_id_uri=**** azure_default_username=**** azure_default_role_arn=...
Hi, I'm using https://github.com/ledgetech/lua-resty-http for sending HTTP requests during request handling in NGINX. I'm sending a request to an upstream endpoint that resolves to 2 IPs, one ipv4 and one...