Open mowoc-ocp opened 1 day ago
by the way, "app.example.ini" and related documents https://gitea.com/gitea/docs/pulls also need to update 🙏
Wait for config example update before merge. If there is any difficulty, maintainers could also help.
@wxiaoguang thank you for the feedback, I'll take care of the documentation PR today!
Added the requested updates for app.example.ini
and opened https://gitea.com/gitea/docs/pulls/103
Let me know if there is any feedback on documentation structure or anywhere I missed that I also need to update. Thanks!
Targeting issue #32271
This modification allows native Kubernetes + AWS (EKS) authentication with the Minio client, to Amazon S3 using the IRSA role assigned to a Service account by replacing the hard coded reference to the
DefaultIAMRoleEndpoint
with an optional configurable endpoint.Internally, Minio's
credentials.IAM
provider implements a discovery flow for IAM Endpoints if it is not set.For backwards compatibility:
IamEndpoint
to retain the unit test safety inminio_test.go
.http://169.254.169.254
default endpoint that was being hard coded beforeTo test, we were able to build a docker image from source and, observe it choosing the expected IAM endpoint, and see files uploaded via the client.