Skip to content
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

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

Conversation

gauravngandhi
Copy link

*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.

@danmancuso danmancuso added the enhancement New feature or request label Feb 6, 2023
import {
GetSecretValueCommand, ListSecretsCommand,
Copy link
Contributor

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?

Copy link
Author

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."
Copy link
Contributor

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.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@osvaldo-moreno
Copy link

Any idea when this PR will be merged ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants