-
Notifications
You must be signed in to change notification settings - Fork 4
[passenger] add new key to passenger role #6706
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
Open
kayiwa
wants to merge
21
commits into
main
Choose a base branch
from
i204_passenger_new_key
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
the phusion folks have switched to new signing infrastructure. Rather than use onesie twosies we bolt on the new key to the passenger role Co-authored-by: Vickie Karasic <[email protected]>
Member
Author
|
verified by running this branch on a sandbox machine pulsys@sandbox-dp1285:~$ curl https://phusion-public.s3.us-east-1.amazonaws.com/message.txt > message.txt
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 20 100 20 0 0 98 0 --:--:-- --:--:-- --:--:-- 99
pulsys@sandbox-dp1285:~$ curl https://phusion-public.s3.us-east-1.amazonaws.com/message.txt.sig > message.txt.sig
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 566 100 566 0 0 2781 0 --:--:-- --:--:-- --:--:-- 2788
pulsys@sandbox-dp1285:~$ gpg --no-default-keyring --keyring /etc/apt/trusted.gpg.d/phusion_new.gpg --verify message.txt.sig
gpg: assuming signed data in 'message.txt'
gpg: Signature made Tue 07 Oct 2025 02:51:18 PM UTC
gpg: using RSA key C6F448ED4BC80A4E95257250D870AB033FB45BD1
gpg: directory '/home/pulsys/.gnupg' created
gpg: /home/pulsys/.gnupg/trustdb.gpg: trustdb created
gpg: Good signature from "Phusion Automated Software Signing (Used by automated tools to sign software packages, SHA256 signature) <[email protected]>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: C6F4 48ED 4BC8 0A4E 9525 7250 D870 AB03 3FB4 5BD1 |
acozine
reviewed
Dec 4, 2025
Use current filter values for datadog log example Change example to pulfalight, which has more traffic Add note about cloudflare logs
add documentation
the autoremove also removes dependencies Co-authored-by: Alicia Cozine <[email protected]>
Co-authored-by: Anna Headley <[email protected]>
* removes byzantine-staging nginxplus config * removing references to prod VMs that have been decommissioned Co-authored-by: Alicia Cozine <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
the phusion folks have switched to new signing infrastructure. Rather than use onesie twosies we bolt on the new key to the passenger role
closes https://gitlab.lib.princeton.edu/ops/team-handbook/-/issues/204