Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
0658fe4
small change to trigger tests
lantoli Oct 1, 2025
bcb6cdb
don't use migration tests
lantoli Oct 1, 2025
425a8b0
rename credentials files to aws_credentials
lantoli Oct 2, 2025
be7f9a6
refactor NewClient and create Credentials
lantoli Oct 2, 2025
af627fe
remove ctx param from NewClient
lantoli Oct 3, 2025
1800c31
keep only role_arn in assume_role
lantoli Oct 3, 2025
8f796cc
fix TestAccServiceAccount_basic
lantoli Oct 3, 2025
ccfca8a
TEMPORARY delete credentials from unit tests init
lantoli Oct 3, 2025
9d778df
dummy credentials in mocked unit tests
lantoli Oct 3, 2025
2420ece
TestPlanChecksClusterTwoRepSpecsWithAutoScalingAndSpecs only in unit …
lantoli Oct 3, 2025
0aa6126
Revert "dummy credentials in mocked unit tests"
lantoli Oct 3, 2025
7770785
rename token env var to MONGODB_ATLAS_ACCESS_TOKEN
lantoli Oct 3, 2025
b61df5b
Reapply "dummy credentials in mocked unit tests"
lantoli Oct 3, 2025
e5c73bf
Revert "TestPlanChecksClusterTwoRepSpecsWithAutoScalingAndSpecs only …
lantoli Oct 3, 2025
e9c477e
revert changes to acc test runner config
lantoli Oct 3, 2025
eeb1d5f
revert init changes
lantoli Oct 3, 2025
809eb87
Merge branch 'CLOUDP-334161-service-accounts-dev' into CLOUDP-345764_…
lantoli Oct 3, 2025
d060712
revert dummy credentials in mocked tests
lantoli Oct 3, 2025
178b4b5
initial AWS code
lantoli Oct 3, 2025
1257c5d
use env vars
lantoli Oct 4, 2025
f63dcf3
remove CredentialProvider
lantoli Oct 4, 2025
d700653
refactor AWS and Provider credentials
lantoli Oct 4, 2025
9193eb2
gov
lantoli Oct 4, 2025
61b62c5
configClient
lantoli Oct 4, 2025
104fb25
refactor Realm client
lantoli Oct 5, 2025
8b2415f
remove Atlas version 220240805
lantoli Oct 5, 2025
0dc3ab4
Revert "remove Atlas version 220240805"
lantoli Oct 5, 2025
b7e555b
use same credentials struct in AWS Secrets Manager
lantoli Oct 5, 2025
c818683
method pick logic
lantoli Oct 5, 2025
2cd7c13
config.GetCredentials
lantoli Oct 5, 2025
7c56a75
warnings
lantoli Oct 5, 2025
35353d3
unit tests
lantoli Oct 5, 2025
2afb3a3
fix linter
lantoli Oct 5, 2025
e37facc
don't log warnings in SDKv2 provider
lantoli Oct 6, 2025
f837b8e
remove todo comments
lantoli Oct 6, 2025
9e2ce3a
Update internal/config/credentials.go
lantoli Oct 6, 2025
c1153b5
Update internal/config/client.go
lantoli Oct 6, 2025
f4bb882
no need to get the credentials
lantoli Oct 6, 2025
5b7ba2a
fix if assume_role is defined but role_arn is not
lantoli Oct 6, 2025
5f2c411
remove unused ctx param
lantoli Oct 6, 2025
25c351f
changelog
lantoli Oct 6, 2025
6df44c7
Update .changelog/3738.txt
lantoli Oct 6, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changelog/3738.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
provider: Enforces strict hierarchy when selecting the credential source such as AWS Secrets Manager, provider attributes, or environment variables to prevent combining with values from different sources
```
Loading