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
Describe the bug
This is only a minor bug, but I think there's a bad Print/Printf somewhere.
When I login using an AppRole / Secret, but the source address is not in the cidr_list for the secret, the error message contains a funky token %!w(<nil>)
Error writing data to auth/approle/login: Error making API request.
URL: PUT https://..../v1/auth/approle/login
Code: 400. Errors:
* source address "2001:db8::2" unauthorized through CIDR restrictions on the secret ID: %!w(<nil>)
To Reproduce
Steps to reproduce the behavior:
Create an AppRole
Create a secret ID bound to a particular CIDR address
Hi, @candlerb. Thank you for bringing this to our attention! As @hsimon-hashicorp has mentioned, this is a fairly straightforward fix. PR #14107 has been opened to addressed this issue.
Describe the bug
This is only a minor bug, but I think there's a bad Print/Printf somewhere.
When I login using an AppRole / Secret, but the source address is not in the cidr_list for the secret, the error message contains a funky token
%!w(<nil>)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Clean error message.
Environment:
vault status
): 1.9.3vault version
): 1.9.3The text was updated successfully, but these errors were encountered: