alert-nightfall-71837
01/03/2023, 7:51 PMIdentityApi
with Golang
.
Whenever I fire the call Kratos
returns me a 307. I am not sure what I am doing wrong. Can somebody help me with figuring out the solution?
The log line from Kratos:
kratos_1 | time=2023-01-03T19:42:24Z level=info msg=completed handling request http_request=map[headers:map[accept:application/json accept-encoding:gzip authorization:[Bearer test123456] content-length:123 content-type:application/json user-agent:API] host:kratos:4433 method:PUT path:/admin/identities/c5bbed2d-6321-4bf5-ae39-5de41e638cfb query:<nil> remote:172.24.0.8:35248 scheme:http] http_response=map[headers:map[cache-control:private, no-cache, no-store, must-revalidate location:<https://admin.auth.test.local/admin/identities/c5bbed2d-6321-4bf5-ae39-5de41e638cfb> vary:Cookie] size:0 status:307 text_status:Temporary Redirect took:145.824µs]
alert-nightfall-71837
01/03/2023, 8:02 PM