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

Add support for ASPA. #847

Merged
merged 24 commits into from
Apr 25, 2023
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
f9fb18e
Add support for ASPA.
partim Apr 12, 2023
fc2fca9
Clippy-suggested changes.
partim Apr 12, 2023
2c65d94
Fuzz delta construction and merging. Fix it. Document it.
partim Apr 18, 2023
68ad32d
Add ASPA output to ExtendedJSON.
partim Apr 18, 2023
163e4a4
Apply selections to ASPA output.
partim Apr 18, 2023
c29c9c8
Add ASPA to metrics and summary output.
partim Apr 18, 2023
a179965
Add enable-aspa option to man page.
partim Apr 18, 2023
43f26f4
Move RTA down
AlexanderBand Apr 18, 2023
db8d1ff
Add ASPA docs
AlexanderBand Apr 18, 2023
990fce0
mention Krill to manage ASPAs
AlexanderBand Apr 18, 2023
2e3e33d
Describe ASPAs in `jsonext`
AlexanderBand Apr 18, 2023
b896219
Add ASPA example to config
AlexanderBand Apr 18, 2023
457dc79
Improve SeeAlso section
AlexanderBand Apr 18, 2023
74ecf02
Include new jsonext fields in man page.
partim Apr 19, 2023
156ebb5
Merge branch 'aspa-support' of github.com:NLnetLabs/routinator into a…
partim Apr 19, 2023
54ce5c9
describe aspas member elements
AlexanderBand Apr 19, 2023
1126217
Make note generic for all objects
AlexanderBand Apr 20, 2023
a6358ea
Add additional SeeAlso section
AlexanderBand Apr 20, 2023
ad7246b
Use an AS0 provider set if an address family is missing on an ASPA ob…
partim Apr 21, 2023
20a9d2d
Merge branch 'aspa-support' of github.com:NLnetLabs/routinator into a…
partim Apr 21, 2023
0f02ffa
Adjust dependencies.
partim Apr 21, 2023
1e271d0
Fix typos and whitespace
DRiKE Apr 24, 2023
374b57a
Fixes from code review.
partim Apr 24, 2023
0287fd8
Merge branch 'aspa-support' of github.com:NLnetLabs/routinator into a…
partim Apr 24, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add additional SeeAlso section
  • Loading branch information
AlexanderBand committed Apr 20, 2023
commit a6358eab9dc34bb3f1907ac68b3d868e0c6be8f1
10 changes: 10 additions & 0 deletions doc/manual/source/advanced-features.rst
Original file line number Diff line number Diff line change
@@ -142,6 +142,16 @@ in the :term:`SLURM` and :term:`jsonext` output format, e.g.:
"aspas": []
}

.. seealso::

- `BGPsec Protocol Specification
<https://datatracker.ietf.org/doc/html/rfc8205.html>`_
- `A Profile for BGPsec Router Certificates, Certificate Revocation
Lists, and Certification Requests
<https://datatracker.ietf.org/doc/html/rfc8209.html>`_
- `Manage BGPSec Router Certificates with Krill
<https://krill.docs.nlnetlabs.nl/en/stable/manage-bgpsec.html>`_

.. versionadded:: 0.11.0

Resource Tagged Attestations