We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc229d4 commit 11379d8Copy full SHA for 11379d8
docs/authentication/hard-coded.md
@@ -32,6 +32,7 @@ $client = new AwsClientFactory([
32
'roleArn' => 'arn:aws:iam::1234567891011:role/name-of-my-role',
33
'roleSessionName' => 'my-session-name', // Optionnal
34
]);
35
+```
36
37
> **Warning**: Hard-coding your credentials can be dangerous because it’s easy to commit your credentials into an SCM
38
> repository accidentally
0 commit comments