-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added support to configure proxy #15
base: main
Are you sure you want to change the base?
Conversation
import { | ||
GetSecretValueCommand, ListSecretsCommand, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you update your tab size to 4 spaces and resubmit?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
action.yml
Outdated
required: true | ||
parse-json-secrets: | ||
description: '(Optional) If true, JSON secrets will be deserialized, creating a secret environment variable for each key-value pair.' | ||
description: "(Optional) If true, JSON secrets will be deserialized, creating a secret environment variable for each key-value pair." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Idem here, is there a mismatch between existing code and ESLint rules? Otherwise revert these formatting changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
Any idea when this PR will be merged ? |
*Issue #12
Description of changes:
If the runners are running inside a secure environment, to run this action they would need to provide proxy settings to connect with AWS. So, have added support for it. Users can either add the proxy variable as input or as an env
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.