You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules
Michael Owoc 713364fc71
Support optional/configurable IAMEndpoint for Minio Client (#32581) (#32581)
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: 
- We have added a configuration mechanism for an `IamEndpoint` to retain
the unit test safety in `minio_test.go`.
- We believe existing clients will continue to function the same without
needing to provide a new config property since the internals of Minio
client also often resolve to the `http://169.254.169.254` default
endpoint that was being hard coded before

To 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.
2 months ago
..
actions Fix wrong status of `Set up Job` when first step is skipped (#32120) 4 months ago
activitypub Remove SHA1 for support for ssh rsa signing (#31857) 5 months ago
analyze Rename code_langauge.go to code_language.go (#26377) 2 years ago
assetfs Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804) 1 year ago
auth Add Passkey login support (#31504) 7 months ago
avatar Use `crypto/sha256` (#29386) 11 months ago
badge Implement actions badge svgs (#28102) 11 months ago
base Refactor sidebar assignee&milestone&project selectors (#32465) 3 months ago
cache bump to go 1.23 (#31855) 5 months ago
charset refactor: remove redundant err declarations (#32381) 3 months ago
container Refactor sidebar assignee&milestone&project selectors (#32465) 3 months ago
csv Refactor markup render system (#32589) 2 months ago
dump Refactor "dump" sub-command (#30240) 10 months ago
emoji
eventsource Final round of `db.DefaultContext` refactor (#27587) 1 year ago
generate Refactor JWT secret generating & decoding code (#29172) 12 months ago
git Fix submodule parsing (#32571) 2 months ago
gitgraph Fix milestone deadline and date related problems (#32339) 3 months ago
gitrepo Refactor markup package (#32399) 3 months ago
globallock Use global lock instead of NewExclusivePool to allow distributed lock between multiple Gitea instances (#31813) 5 months ago
graceful Remove unused error in graceful manager (#29871) 11 months ago
hcaptcha
highlight Add option to disable ambiguous unicode characters detection (#28454) 1 year ago
hostmatcher Support allowed hosts for migrations to work with proxy (#32025) 5 months ago
htmlutil Refactor markup render system (#32533) 2 months ago
httpcache Fix wrong last modify time (#32102) 4 months ago
httplib Add avif image file support (#32508) 3 months ago
indexer Reduce integration test overhead (#32475) 3 months ago
issue/template bump to go 1.23 (#31855) 5 months ago
json
label
lfs Use 8 as default value for git lfs concurrency (#32421) 3 months ago
lfstransfer Refactor LFS SSH and internal routers (#32473) 3 months ago
log Improve testing and try to fix MySQL hanging (#32515) 3 months ago
markup Refactor markup render system (#32589) 2 months ago
mcaptcha
metrics Rename project board -> column to make the UI less confusing (#30170) 8 months ago
migration Support migrating GitHub/GitLab PR draft status (#32242) 4 months ago
nosql
optional Resolve lint for unused parameter and unnecessary type arguments (#30750) 9 months ago
options
packages cargo registry - respect renamed dependencies (#32430) 3 months ago
paginator
pprof
private Refactor LFS SSH and internal routers (#32473) 3 months ago
process Update misspell to 0.5.1 and add `misspellings.csv` (#30573) 9 months ago
proxy
proxyprotocol
public Refactor CORS handler (#28587) 1 year ago
queue Improve testing and try to fix MySQL hanging (#32515) 3 months ago
recaptcha
references Refactor to use UnsafeStringToBytes (#31358) 8 months ago
regexplru
repository disable gravatar in test (#32529) 2 months ago
secret Use `crypto/sha256` (#29386) 11 months ago
session Improve oauth2 client "preferred username field" logic and the error handling (#30622) 9 months ago
setting Support optional/configurable IAMEndpoint for Minio Client (#32581) (#32581) 2 months ago
sitemap
ssh Remove SSH workaround (#27893) 1 year ago
storage Support optional/configurable IAMEndpoint for Minio Client (#32581) (#32581) 2 months ago
structs Refactor render system (#32492) 3 months ago
svg Refactor markup render system (#32533) 2 months ago
sync Use global lock instead of NewExclusivePool to allow distributed lock between multiple Gitea instances (#31813) 5 months ago
system Refactor to use UnsafeStringToBytes (#31358) 8 months ago
templates Refactor markup render system (#32589) 2 months ago
test Remove sub-path from container registry realm (#31293) 8 months ago
testlogger Improve testing and try to fix MySQL hanging (#32515) 3 months ago
timeutil Refactor DateUtils and merge TimeSince (#32409) 3 months ago
translation Render embedded code preview by permlink in markdown (#30234) 10 months ago
turnstile
typesniffer Add avif image file support (#32508) 3 months ago
updatechecker Replace more db.DefaultContext (#27628) 1 year ago
uri
user
util Refactor markup package (#32399) 3 months ago
validation Check blocklist for emails when adding them to account (#26812) 1 year ago
web Refactor LFS SSH and internal routers (#32473) 3 months ago
webhook Add new event commit status creation and webhook implementation (#27151) 3 months ago
zstd Support compression for Actions logs (#31761) 6 months ago