Skip to content

Commit be3d3f6

Browse files
sicoylemsfussell
andauthored
fix: aws sso docs (#4768)
* fix(docs): update aws sso info Signed-off-by: Samantha Coyle <[email protected]> * fix: rm aws helper tabs Signed-off-by: Samantha Coyle <[email protected]> --------- Signed-off-by: Samantha Coyle <[email protected]> Co-authored-by: Mark Fussell <[email protected]>
1 parent 62f1c73 commit be3d3f6

File tree

1 file changed

+2
-28
lines changed

1 file changed

+2
-28
lines changed

daprdocs/content/en/developing-applications/integrations/AWS/authenticating-aws.md

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -138,35 +138,9 @@ On Windows, the environment variable needs to be set before starting the `dapr`
138138

139139
### Authenticate to AWS if using AWS SSO based profiles
140140

141-
If you authenticate to AWS using [AWS SSO](https://aws.amazon.com/single-sign-on/), some AWS SDKs (including the Go SDK) don't yet support this natively. There are several utilities you can use to "bridge the gap" between AWS SSO-based credentials and "legacy" credentials, such as:
142-
- [AwsHelper](https://pypi.org/project/awshelper/)
143-
- [aws-sso-util](https://github.com/benkehoe/aws-sso-util)
141+
If you authenticate to AWS using [AWS SSO](https://aws.amazon.com/single-sign-on/), the AWS SDK for Go (both v1 and v2) provides native support for AWS SSO credential providers. This means you can use AWS SSO profiles directly without additional utilities.
144142

145-
{{< tabpane text=true >}}
146-
<!-- linux -->
147-
{{% tab "Linux/MacOS" %}}
148-
149-
If using AwsHelper, start Dapr like this:
150-
151-
```bash
152-
AWS_PROFILE=myprofile awshelper dapr run...
153-
```
154-
155-
or
156-
157-
```bash
158-
AWS_PROFILE=myprofile awshelper daprd...
159-
```
160-
{{% /tab %}}
161-
162-
<!-- windows -->
163-
{{% tab "Windows" %}}
164-
165-
On Windows, the environment variable needs to be set before starting the `awshelper` command; doing it inline (like in Linux/MacOS) is not supported.
166-
167-
{{% /tab %}}
168-
169-
{{< /tabpane >}}
143+
For more information about AWS SSO support in the AWS SDK for Go, see the [AWS blog post](https://aws.amazon.com/blogs/developer/aws-sso-support-in-the-aws-sdk-for-go/).
170144

171145
## Next steps
172146

0 commit comments

Comments
 (0)