Skip to content

Commit

Permalink
Fix KclStsAssumeRoleCredentialsProvider name inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
ethkatnic committed Nov 5, 2024
1 parent 9b17e74 commit ebb7dd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import static org.junit.Assert.assertEquals;

public class KclSTSAssumeRoleCredentialsProviderTest {
public class KclStsAssumeRoleCredentialsProviderTest {

private static final String ARN = "arn";
private static final String SESSION_NAME = "sessionName";
Expand Down
4 changes: 2 additions & 2 deletions docs/multilang/configuring-credential-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For example, this configuration cannot set a regional endpoint (e.g., VPC use ca

Leveraging nested properties, an `AwsCredentialsProperty` value might change to:
```
AwsCredentialsProvider = KclSTSAssumeRoleCredentialsProvider|<arn>|<sessionName>\
AwsCredentialsProvider = KclStsAssumeRoleCredentialsProvider|<arn>|<sessionName>\
|endpointRegion=us-east-1|externalId=spartacus
```
N.B. Backslash (`\`) is for multi-line legibility and is not required.
Expand Down Expand Up @@ -66,7 +66,7 @@ A backwards-compatible addition might look like:

Leveraging nested properties, an `AwsCredentialsProperty` value might look like:
```
AwsCredentialsProvider = KclSTSAssumeRoleCredentialsProvider|<arn>|<sessionName>\
AwsCredentialsProvider = KclStsAssumeRoleCredentialsProvider|<arn>|<sessionName>\
|endpointRegion=us-east-1|externalId=spartacus
```

Expand Down

0 comments on commit ebb7dd9

Please sign in to comment.