docs: update org profile Namespace section to draft-02 flat naming - #1
Open
kentaro wants to merge 1 commit into
Open
docs: update org profile Namespace section to draft-02 flat naming#1kentaro wants to merge 1 commit into
kentaro wants to merge 1 commit into
Conversation
The org profile still described the draft-01 namespace form
(_{agent-name}._{protocol}._agents.{your-domain}). Under
draft-mozleywilliams-dnsop-dnsaid-02 the agent's primary owner name
is the flat FQDN {agent-name}.{your-domain}, with the protocol
carried in SvcParams (alpn / bap) rather than in the name.
The _index._agents leaf remains the reserved enumeration record.
Signed-off-by: Kentaro Kuribayashi <kentarok@gmail.com>
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
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.
What
The org profile README still documents the draft-01 namespace form:
Under draft-mozleywilliams-dnsop-dnsaid-02, the agent's primary owner name is the flat FQDN
{agent-name}.{your-domain}— the form requestors try first, valid as an X.509 SAN dNSName. The protocol is no longer encoded as an FQDN label; it is carried in SvcParams (alpn, or the experimentalbapkey). Seedocs/rfc/wire-format.abnfin dns-aid-core for the -02 grammar.This PR updates the Namespace section and step 3 of the four-step workflow accordingly. The
_index._agents.{domain}enumeration leaf is kept (still part of the current spec), and the optional walkable_agentsalias is mentioned.Why now
dns-aid-core migrated to draft-02 flat naming in v0.24.0 (dns-aid/dns-aid-core#155, dns-aid/dns-aid-core#167), so the org profile is the last place still showing the -01 form to newcomers.
Scope
Documentation only; no changes outside the Namespace wording and the one workflow example.