Skip to content

Commit

Permalink
adds support for SSO credentials (#1519)
Browse files Browse the repository at this point in the history
adds support for sso credentials
  • Loading branch information
smoench authored Aug 3, 2023
1 parent e02ef7f commit 9c15212
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Added

- Support for LocationService
- Support for SSO

## 1.11.0

Expand Down
4 changes: 4 additions & 0 deletions src/DependencyInjection/AwsPackagesProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ public static function getAllServices(): array
'class' => \AsyncAws\Ssm\SsmClient::class,
'package' => 'async-aws/ssm',
],
'sso' => [
'class' => \AsyncAws\Sso\SsoClient::class,
'package' => 'async-aws/sso',
],
'sts' => [
'class' => \AsyncAws\Core\Sts\StsClient::class,
'package' => 'async-aws/core',
Expand Down

0 comments on commit 9c15212

Please sign in to comment.