-
Notifications
You must be signed in to change notification settings - Fork 662
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Panic when using STS with certificate #1769
Comments
klauspost
added a commit
to klauspost/minio-go
that referenced
this issue
Feb 9, 2023
Initialize request form before writing. Fixes minio#1769
#1770 should fix the issue. |
Great, thank you 😃 do you know when it will be released ? it's kind of blocker for us. |
harshavardhana
pushed a commit
that referenced
this issue
Feb 9, 2023
Initialize request form before writing. Fixes #1769
Soon @kukulam-form3 - use |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Description
Unable to use
minio-go
with STS with certificate.Calling
credentials.NewSTSCertificateIdentity
triggerspanic
How to repeat problem ?
Output
What's the reason ?
sts_tls_identity.go
req.Form
is nil in this situation, functionParseForm
is not useddocs
How to fix ?
Add
DurationSeconds
parameter withinqueryValues
:sts_tls_identity.go
The text was updated successfully, but these errors were encountered: