We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b00adaa + cd27150 commit d176626Copy full SHA for d176626
main.go
@@ -322,7 +322,6 @@ GET /latest/meta-data/iam/security-credentials/{role_name} -> creds
322
the role_name can be blank
323
*/
324
func (cfg *Config) ServeHTTP(w http.ResponseWriter, req *http.Request) {
325
- log.Println(req.Method, req.URL.Path)
326
if req.URL.Path == "/latest/api/token" {
327
cfg.handleTokenRequest(w, req)
328
} else if strings.HasPrefix(req.URL.Path, "/latest/meta-data/iam/security-credentials/") {
0 commit comments