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

Allow to un-mask AWS Region #494

Closed
yaldram opened this issue Sep 3, 2022 · 4 comments
Closed

Allow to un-mask AWS Region #494

yaldram opened this issue Sep 3, 2022 · 4 comments

Comments

@yaldram
Copy link

yaldram commented Sep 3, 2022

  • At present the aws region is masked out, even if we were to hard-code the region in a command.
  • I am using github actions for deploying a static site to S3 and I need to unmask the aws secrets to see the full S3 website URL.
  • Similar to mask-account-id, please also consider the option mask-aws-region. Thanks
@yaldram
Copy link
Author

yaldram commented Sep 5, 2022

Got my solution if we don't want your aws region to get masked please don't use it as a secret like {{secrets.AWS_REGION}} simply hard code it in our workflow commands.

@yaldram
Copy link
Author

yaldram commented Sep 5, 2022

  • name: Configure AWS Credentials
    uses: aws-actions/configure-aws-credentials@v1
    with:
    aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
    aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
    aws-region: ap-south-1

@peterwoodworth peterwoodworth added the needs-triage This issue still needs to be triaged label Oct 1, 2022
@peterwoodworth
Copy link
Contributor

You got it @yaldram, thanks for following up with the solution!

@peterwoodworth peterwoodworth removed the needs-triage This issue still needs to be triaged label Oct 4, 2022
@github-actions
Copy link

github-actions bot commented Oct 4, 2022

⚠️Comment Visibility Warning⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

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

No branches or pull requests

2 participants