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 b1785f8 commit cb29263Copy full SHA for cb29263
src/LaravelAwsSecretsManager.php
@@ -79,10 +79,6 @@ protected function getVariables()
79
$this->client = new SecretsManagerClient([
80
'version' => '2017-10-17',
81
'region' => config('aws-secrets-manager.region'),
82
- 'credentials' => [
83
- 'key' => config('aws-secrets-manager.key'),
84
- 'secret' => config('aws-secrets-manager.secret'),
85
- ],
86
]);
87
88
$secrets = $this->client->listSecrets([
0 commit comments