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

Basic Android enroll functionality #26386

Open
wants to merge 94 commits into
base: main
Choose a base branch
from
Open

Conversation

getvictor
Copy link
Member

@getvictor getvictor commented Feb 17, 2025

For #26219

Video explaining the PR: https://www.youtube.com/watch?v=t2hmpE7N-50

This PR includes:

  • applying a default/dummy policy to Android enterprise
  • Setting up PubSub topic and subscription to point at Fleet Server
  • Generating device enrollment token
  • Enrolling a device

Although some tests were added, this PR is mostly manually tested. Integration tests are an outstanding task.

Checklist for submitter

  • If database migrations are included, checked table schema to confirm autoupdate
  • For database migrations:
    • Checked schema for all modified table for columns that will auto-update timestamps during migration.
    • Confirmed that updating the timestamps is acceptable, and will not cause unwanted side effects.
    • Ensured the correct collation is explicitly set for character columns (COLLATE utf8mb4_unicode_ci).
  • Added/updated automated tests
  • Manual QA for all new/changed functionality

@getvictor getvictor marked this pull request as ready for review February 21, 2025 20:12
@getvictor getvictor requested a review from a team as a code owner February 21, 2025 20:12
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.

1 participant