-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat: Apkam onboarding changes #399
Conversation
…ries into apkam_onboarding_changes
@cconstab @gkc Purnima has tested the onboarding_cli changes with at_talk and sshnp. With existing atKeys file and also new atKeys file that get generated as a part of new APKAM onboarding flow. |
Great!
It's fine, but of course it's a breaking change, so will need to be a new major version of at_onboarding_cli package... is there a way of making it optional - i.e. it's required only for APKAM enrollments?
I will be happy to do that |
@gkc i have completed the backwards compatibility changes |
@murali-shris Looks good, although the I'd like to test this myself
|
|
Have you made those changes, @murali-shris ? And are the examples (apkam_authenticate and apkam_enroll) up to date ? |
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.
@murali-shris Have you made the changes mentioned in this comment?
yes Gary. I added the change to read enrollmentId from keys file. But I am unable to recollect whether I re-tested the examples after my change. |
7bb4eff
to
87a0efb
Compare
raised a new PR with squashed commits |
- What I did
apkam changes for at_onboarding_cli
- How I did it
Introduced enroll method in AtOnboardingService. Clients/apps can used this method to place an enrollment request
Added enrollmentId as an optional param to authenticate method. After enrollment, clients must pass enrollmentId for apkam auth
onboarding changes.
enroll method impl
_activateAtsign changes
- How to verify it