-
Notifications
You must be signed in to change notification settings - Fork 47
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
stop using initialLegacySubmit #4609
Comments
@tomholub
|
I made a mistake in issue definition. Yes, that should be a hard stop with a retry, not something user can click away. |
should first do #4610 and #4607
we're removing method
initialLegacySubmit
as follows:in
keyserver.ts
submitPublicKeyHandler
you can instead use
submitPrimaryEmailPubkey
with id_token if this is a primary email that is being updated, orreplacePubkey
for aliases.rename client configuration
useLegacyAttesterSubmit
tosetupEnsureImportedPrvMatchLdapPub
and renameUSE_LEGACY_ATTESTER_SUBMIT
toSETUP_ENSURE_IMPORTED_PRV_MATCH_LDAP_PUB
in
setup.ts
submitPubkeys
, on topinstead of
initialLegacySubmit
useAttester.doLookupLdap
without specifying server.Your organization requires public keys to be present on company LDAP server, but no public key was found. Please ask your internal help desk.
Imported private key with ids {prv.map(prv => prv.id).join(', ')} does not match public keys on company LDAP server with ids {pubs.map(pub => pub.id).join(', ')}. Please ask your help desk.
in
setup.ts
submitPubkeys
, for aliaseswhere aliases are being submitted on the bottom, use
replacePubkey
The text was updated successfully, but these errors were encountered: