-
Notifications
You must be signed in to change notification settings - Fork 6
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
Beheer: integreer transport security module in core #162
Open
TimvdLippe
wants to merge
20
commits into
develop
Choose a base branch
from
integreer-transport-security-module
base: develop
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.
Conversation
This file contains 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
Voorheen gebruikten we een referentie naar de module als verplichting. Het ADR module systeem is ontworpen zodanig dat modules optioneel zijn. Maar met deze verwijzing moet de transport security module altijd worden toegepast. Qua versiebeheer en verduidelijking van de relatie tussen ADR core en overige modules, integreren we hiermee regels van transporty security in core. Hierbij worden ook enkele regels in het format van core gegoten, zodanig dat rationale en how to test in tabel-vorm zitten. De aparte module had hiervoor aparte Markdown secties, wat niet consistent was. Als laatste zijn er wat Engels typos opgelost.
TimvdLippe
added
Scope: Klein
Kleine wijzigingen met beperkte scope
Status: In bewerking
Het voorstel is in bewerking bij de beheerorganisatie.
Type: Documentatie
Tekstueele wijziging op de documentatie.
Overleg: TO API
Te agenderen voor het Technisch Overleg ADR - API Design Rules
Beheer
Voor issues zonder inhoudelijke aanpassingen maar voor beheer rondom de standaarden
labels
Jan 24, 2025
Deze is een restrictie van de core HTTP method regel. De core HTTP method regel specificeert tevens dat de 405 status code moet worden teruggegeven, dus dat is hier overbodig.
- Fix kapotte links - Voeg implications toe waar die eerst leeg waren - Verwijder onnodige extra sectie headers
Zodat de biblio van de organisatie en dit document correct worden samen gevoegd.
- Gebruik MAY ipv RECOMMENDED voor betere Engelse grammatica - Consolideer HTTP header filtering sectie
mrtn78
reviewed
Jan 24, 2025
mrtn78
approved these changes
Jan 24, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Par 1.4 (#reading-guide) kan nog worden bijgewerkt om ook de verwijzing naar de module te corrigeren
sanderke
reviewed
Jan 24, 2025
sanderke
reviewed
Jan 24, 2025
sanderke
requested changes
Jan 27, 2025
De NCSC.TLS referentie is vervangen door de NCSC 2021 uit de organisatie configuratie. Co-authored-by: Alexander Green <[email protected]>
Co-authored-by: Alexander Green <[email protected]>
TimvdLippe
changed the title
Integreer transport security module in core
Beheer: integreer transport security module in core
Jan 28, 2025
GitHub resolvede automatisch de merge conflicts, maar gooide daarmee een deel van de wijzigingen in develop weer weg. Dat is niet de bedoeling, dus nu staan ze er weer.
Dat is de officiele locatie ipv naar datatracker.ietf.org
TheBonheurs
reviewed
Jan 29, 2025
TheBonheurs
approved these changes
Jan 31, 2025
sanderke
requested changes
Jan 31, 2025
Gevonden door Alexander Co-authored-by: Alexander Green <[email protected]>
sanderke
approved these changes
Feb 4, 2025
TimvdLippe
added
Status: Ter goedkeuring
Het voorstel is uitgewerkt en wordt ter goedkeuring aangeboden.
and removed
Status: In bewerking
Het voorstel is in bewerking bij de beheerorganisatie.
labels
Feb 4, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Beheer
Voor issues zonder inhoudelijke aanpassingen maar voor beheer rondom de standaarden
Overleg: TO API
Te agenderen voor het Technisch Overleg ADR - API Design Rules
Scope: Klein
Kleine wijzigingen met beperkte scope
Status: Ter goedkeuring
Het voorstel is uitgewerkt en wordt ter goedkeuring aangeboden.
Type: Documentatie
Tekstueele wijziging op de documentatie.
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.
Voorheen gebruikten we een referentie naar de module
als verplichting. Het ADR module systeem is ontworpen
zodanig dat modules optioneel zijn. Maar met deze
verwijzing moet de transport security module altijd
worden toegepast.
Qua versiebeheer en verduidelijking van de relatie
tussen ADR core en overige modules, integreren
we hiermee regels van transporty security in core.
Hierbij worden ook enkele regels in het format van core
gegoten, zodanig dat rationale en how to test in
tabel-vorm zitten. De aparte module had hiervoor aparte
Markdown secties, wat niet consistent was.
Als laatste zijn er wat Engels typos opgelost.
Fixes Geonovum/KP-APIs#623