Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

feat: add custom awsCredentialManager option #324

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

devonpaluso
Copy link

@devonpaluso devonpaluso commented Feb 2, 2024

Allow optional awsCredentialManager passthough to createRouter and createAwsProtonServiceAction methods.

Issue #, if available:

Description of changes:

There was no option to provide a desired AwsCredentialManager, as the DefaultAwsCredentialManager was used. This allows an optional credential manager instance to be passed through the createRouter and createAwsProtonServiceAction methods to be used instead. This is optional and will default to the DefaultAwsCredentialManager otherwise.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Allow optional `awsCredentialManager` passthough to `createRouter`, and otherwise default to the `DefaultAwsCredentialManager`
@devonpaluso devonpaluso changed the title Allow awsCredentialManager option feat: add custom awsCredentialManager option Feb 2, 2024
@clareliguori
Copy link
Member

clareliguori commented Feb 5, 2024

These changes look fine to me other than the Prettier failures, but I'm curious what kind of credential manager you're building? Are there opportunities to improve the default one to meet your needs?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants