Skip to content

Commit 9c15212

Browse files
authored
adds support for SSO credentials (#1519)
adds support for sso credentials
1 parent e02ef7f commit 9c15212

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Added
66

77
- Support for LocationService
8+
- Support for SSO
89

910
## 1.11.0
1011

src/DependencyInjection/AwsPackagesProvider.php

+4
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@ public static function getAllServices(): array
154154
'class' => \AsyncAws\Ssm\SsmClient::class,
155155
'package' => 'async-aws/ssm',
156156
],
157+
'sso' => [
158+
'class' => \AsyncAws\Sso\SsoClient::class,
159+
'package' => 'async-aws/sso',
160+
],
157161
'sts' => [
158162
'class' => \AsyncAws\Core\Sts\StsClient::class,
159163
'package' => 'async-aws/core',

0 commit comments

Comments
 (0)