Chris Lu
e4191c8b26
Merge branch 'master' into volume-assginment-concurrency
1 month ago
chrislu
9ea5ddc45f
populate the issuerToProvider
1 month ago
chrislu
3504f07e6b
Update Makefile
1 month ago
chrislu
3fc893d6a6
depend
1 month ago
chrislu
bcddf26aee
address comments
1 month ago
dependabot[bot]
37423d777e
chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.30.3 to 1.31.2 ( #7176 )
chore(deps): bump github.com/aws/aws-sdk-go-v2/config
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) from 1.30.3 to 1.31.2.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.30.3...config/v1.31.2 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-version: 1.31.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 month ago
chrislu
c66e1f5ec2
unified IAM authorization system
1 month ago
chrislu
db0a9bd031
pass in filerAddressProvider
1 month ago
chrislu
e9f83af6e2
address comments
1 month ago
chrislu
1c64ec6476
pre-allocate volumes
1 month ago
chrislu
801f8d98e1
validateExternalOIDCToken() - delegates to STS service's secure issuer-based lookup
1 month ago
chrislu
65682eb853
fix flanky concurrency tests
1 month ago
chrislu
c4500c5b35
Update s3_copying_test.go
1 month ago
dependabot[bot]
c63c822345
chore(deps): bump google.golang.org/protobuf from 1.36.7 to 1.36.8 ( #7174 )
Bumps google.golang.org/protobuf from 1.36.7 to 1.36.8.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-version: 1.36.8
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 month ago
chrislu
5a46e9bcb2
fix build
1 month ago
chrislu
02ef812375
fix build
1 month ago
chrislu
af1589f7c9
address comments
1 month ago
chrislu
102a081dd9
math/rand/v2
1 month ago
chrislu
5b34eea26c
address comments
1 month ago
chrislu
ffbf0bc71f
Create session_policy_test.go
1 month ago
chrislu
20d3f8550f
address comments
1 month ago
dependabot[bot]
2ab9e3bd18
chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.37.2 to 1.38.1 ( #7175 )
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2 ) from 1.37.2 to 1.38.1.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.37.2...v1.38.1 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
dependency-version: 1.38.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 month ago
dependabot[bot]
d49f15a52b
chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.18.3 to 1.18.6 ( #7171 )
chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials
Bumps [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2 ) from 1.18.3 to 1.18.6.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.6/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.18.3...config/v1.18.6 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
dependency-version: 1.18.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 month ago
chrislu
d7314e932c
address comments
1 month ago
chrislu
40977d56f2
Update s3_iam_distributed_test.go
1 month ago
chrislu
e1c236f517
Update s3_iam_distributed_test.go
1 month ago
chrislu
b7581e698c
Update s3_iam_distributed_test.go
1 month ago
chrislu
8c8a6313d9
Update s3_iam_middleware.go
1 month ago
chrislu
24f3571a2a
Update s3_iam_distributed_test.go
1 month ago
chrislu
64e0c5ac7c
Replaced the coarse mapping with a comprehensive, context-aware action determination engine
1 month ago
chrislu
4545eb08f3
fmt
1 month ago
chrislu
e6c50f9ba9
address comments
1 month ago
chrislu
7eb587f956
add MockTrustPolicyValidator
1 month ago
chrislu
b20257afb1
address comments
1 month ago
Chris Lu
2c76a10a21
Update test/s3/iam/DISTRIBUTED.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 month ago
chrislu
9d4d131043
address comments
1 month ago
chrislu
89810dcea3
address comments
1 month ago
chrislu
812f5c1a5a
address comments
1 month ago
chrislu
850f0e0cde
faster map lookup
1 month ago
chrislu
c261b66755
Update policy_engine.go
1 month ago
chrislu
b6e8c5a8ea
refactor
1 month ago
chrislu
7cb138deb4
no fake ldap provider, remove stateful sts session doc
1 month ago
chrislu
0e797831aa
Update s3_iam_distributed_test.go
1 month ago
chrislu
8c0bcbcc0e
Update s3_iam_framework.go
1 month ago
chrislu
3ed2305603
consistent passwords
1 month ago
chrislu
513b6db967
address comments
1 month ago
chrislu
f5112ad17c
dedup in makefile
1 month ago
dependabot[bot]
bf82edbec7
chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 ( #7172 )
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.10.0...v1.11.0 )
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
dependency-version: 1.11.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 month ago
chrislu
3a39f43040
Update Makefile
1 month ago
chrislu
c176e27a7f
Add comprehensive debug logging for JWT authentication
- Enhanced JWT authentication logging with glog.V(0) for visibility
- Added timing measurements for OIDC provider validation
- Added server-side timeout handling with clear error messages
- All debug messages use V(0) to ensure visibility in CI logs
This will help identify the root cause of the 10-second timeout
in Keycloak S3 IAM integration tests.
1 month ago