Skip to content
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: allow update of enrollment access for approved enrollments #1562

Closed
wants to merge 55 commits into from

Conversation

srieteja
Copy link
Contributor

@srieteja srieteja commented Sep 14, 2023

- closes #1499

- What I did

  • allow update of enrollment access of approved enrollments for specific namespaces
  • refactor enroll verb handler
  • replace exceptions with appropriate error codes and error messages
  • Introduce new class EnrollmentResponse to handle responses and data in EnrollVerbHandler
  • add enrollment status of each enrollment to enroll:list response

- How I did it

  • Introduce a new apkam operation called update
  • an update request needs to be placed for an already existing enrollments with updated namespaces
  • an apkam authenticated connection needs to approve that request

- How to verify it

  • new unit and functional tests added to verify enrollment access update behaviour
  • existing tests modified to match refactoring

- Description for the changelog

feat: allow update of enrollment access for approved enrollments

@srieteja srieteja marked this pull request as draft September 14, 2023 08:52
# Conflicts:
#	packages/at_secondary_server/lib/src/verb/handler/enroll_verb_handler.dart
@srieteja srieteja self-assigned this Sep 14, 2023
@srieteja srieteja marked this pull request as ready for review September 22, 2023 00:25
@sitaram-kalluri
Copy link
Member

The update enrollment feature is obsolete. Please refer to the git issue : #1499. Hence closing this issue.

@sitaram-kalluri sitaram-kalluri deleted the update_enroll_access branch November 21, 2023 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

APKAM - update enrollment access
3 participants