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

chore: replace shortened URL with full URL #905

Merged
merged 2 commits into from
Nov 9, 2023
Merged

chore: replace shortened URL with full URL #905

merged 2 commits into from
Nov 9, 2023

Conversation

tim-finnigan
Copy link
Contributor

Description of changes: Replace shortened URL with full URL. We don't want to link to external third-party link modifiers that might be changed or discontinued.


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

@tim-finnigan tim-finnigan changed the title Replace shortened URL with full URL chore: replace shortened URL with full URL Nov 2, 2023
@jplock
Copy link
Contributor

jplock commented Nov 3, 2023

This was intentional and is using the shortener developed by the https://serverlessland.com team so we can track the number of clicks (460 as of today).

@@ -879,7 +879,7 @@ describe('Configure AWS Credentials', () => {

expect(core.warning).toHaveBeenCalledWith(
'To avoid using long-term AWS credentials, please update your workflows to authenticate using OpenID Connect.' +
' See https://s12d.com/gha-oidc-aws for more information.'
' See https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services for more information.'
Copy link
Contributor

Choose a reason for hiding this comment

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

Could link to the readme of this repo instead as well https://github.com/aws-actions/configure-aws-credentials#OIDC

@jplock
Copy link
Contributor

jplock commented Nov 3, 2023

The s12d.com domain and shortener service are managed by @singledigit. I think the click tracking is helpful, but if you want to change out the URL, I'm fine with whatever. I'm more interested in ensuring the warning message stays there (along with the fixes in #904) 👍

@tim-finnigan
Copy link
Contributor Author

Thanks for providing that context. @kellertk asked me to create this PR, because he said we should link to the full URL so that we're not sending users to a domain that we don't control.

@mergify mergify bot merged commit 0a640cb into aws-actions:main Nov 9, 2023
8 checks passed
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

Successfully merging this pull request may close these issues.

4 participants