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

Slack invite link has expired #33

Open
mootari opened this issue Jan 24, 2025 · 1 comment
Open

Slack invite link has expired #33

mootari opened this issue Jan 24, 2025 · 1 comment

Comments

@mootari
Copy link

mootari commented Jan 24, 2025

Unfortunately the Slack invite link on https://firecracker-microvm.github.io/ is no longer valid and needs to be replaced:

href="https://join.slack.com/t/firecracker-microvm/shared_invite/zt-1zlb87h4z-NED1rBhVqOQ1ygBgT76wlg"


Fwiw, if you want to get alerted once a link expires you can set up a health check via

curl -sLH 'user-agent: Chrome/999' 'the-invite-url' | grep -o 'isSharedInviteError":false'

The health check fails if the command returns an empty string (also, the user agent is important). I would recommend to set up a redirect rule from a static URL so that you can update the link without having to change the website or any monitors.

@mootari
Copy link
Author

mootari commented Jan 24, 2025

Luckily the link that @Manciukic shared in firecracker-microvm/firecracker#4860 (comment) still works 🎉

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

1 participant