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

/ui/rpsl/update/ should support PGP updates just like email does. #949

Open
troy2914 opened this issue May 17, 2024 · 3 comments
Open

/ui/rpsl/update/ should support PGP updates just like email does. #949

troy2914 opened this issue May 17, 2024 · 3 comments

Comments

@troy2914
Copy link
Member

just like with ripe i can do:
curl --data-urlencode [email protected] https://syncupdates.db.ripe.net/
I want to be able to do
curl --data-urlencode [email protected] https://rr.ntt.net/ui/rpsl/update/

@mxsasha
Copy link
Collaborator

mxsasha commented Sep 26, 2024

Could you give me a more complete example of how this now works with RIPE syncupdates? I can't get it to work - sending the inline PGP signed message in the DATA attribute just results in:

The following paragraph(s) do not look like objects
and were NOT PROCESSED:

-----BEGIN PGP SIGNED MESSAGE-----
...

@troy2914
Copy link
Member Author

where the file containing the object is called "ripe"
gpg -u $KEY --clearsign ripe
then
curl --data-urlencode [email protected] https://syncupdates.db.ripe.net

@troy2914
Copy link
Member Author

btw, the asc file does start with the BEGIN PGP SIGNED MESSAGE,
and it does not seen to issue a an email to the summitter. But the notification email goes out, and the curl returns what I call # this is noisy, but whatever

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