Skip to content

Commit cb29263

Browse files
committed
remove creds
1 parent b1785f8 commit cb29263

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/LaravelAwsSecretsManager.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@ protected function getVariables()
7979
$this->client = new SecretsManagerClient([
8080
'version' => '2017-10-17',
8181
'region' => config('aws-secrets-manager.region'),
82-
'credentials' => [
83-
'key' => config('aws-secrets-manager.key'),
84-
'secret' => config('aws-secrets-manager.secret'),
85-
],
8682
]);
8783

8884
$secrets = $this->client->listSecrets([

0 commit comments

Comments
 (0)