The current model is:
transit_providers: Name: # [Unique] AS: 1234 # [Required] Peer AS number flowspec: true # [Optional] Adds flowspec address family import_policy: # true [Optional] Generate the policy based on the peer ASN export_policy: # true [Optional] Generate the policy based on the peer ASN
transits: 192.0.0.1: # [Unique] (or v6) BGP peer IP provider: Name # [Required] one of common.yaml transit_providers import_policy: true # [Optional] Generate the policy based on the peer ASN export_policy: true # [Optional] Generate the policy based on the peer ASN disabled: true # [Optional]
bgp_keys: 192.0.0.1: $9$abcdef123456789
Question: is it okay to make the data displayed above in public/ public?
I think that the answer is yes, as nothing here can't be figured out from traceroutes (IPs), files already public (import/export policies) and looking glass (disabled).
Only the flowspec flag couldn't. Which I don't think is a big deal.