You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initial minimal implementation of the bound-keypair join method.
This includes:
Creation of the auth-side infrastructure to handle bound-keypair-type join requests
Use of static public keys defined manually by users in .spec.bound_keypair.onboarding.initial_public_key. It should be an error for this field to be unset, or for initial_join_secret to be set.
Rough implementation of the challenge ceremony
This does NOT include:
Join constraint enforcement, including the rejoin counter or . It should be an error for .spec.bound_keypair.joining.unlimited to be false.
Initial join secret support / public key registration
Join state document verification
For more detail on these features, see the RFD: #52546
The text was updated successfully, but these errors were encountered:
Initial minimal implementation of the
bound-keypair
join method.This includes:
bound-keypair
-type join requests.spec.bound_keypair.onboarding.initial_public_key
. It should be an error for this field to be unset, or forinitial_join_secret
to be set.This does NOT include:
.spec.bound_keypair.joining.unlimited
to befalse
.For more detail on these features, see the RFD: #52546
The text was updated successfully, but these errors were encountered: