We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get a AppRoleWriteSecretIdResponse struct
get a error
json: cannot unmarshal number into Go struct field AppRoleWriteSecretIdResponse.data.secret_id_ttl of type string
Please provide detailed steps for reproducing the issue.
_, err = client.Auth.AppRoleWriteRole(ctx, "app", schema.AppRoleWriteRoleRequest{ TokenPolicies: []string{"default"}, }) if err != nil { log.Panic("vault create role error", err) return }
resp, err := client.Auth.AppRoleWriteSecretId(ctx, "app", schema.AppRoleWriteSecretIdRequest{}) if err != nil { log.Panic("vault create secret id error", err) return }
...
use last version
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Expected Behavior
get a AppRoleWriteSecretIdResponse struct
Current Behavior
get a error
Failure Information
json: cannot unmarshal number into Go struct field AppRoleWriteSecretIdResponse.data.secret_id_ttl of type string
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
...
Additional Information
use last version
The text was updated successfully, but these errors were encountered: