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: support for azure AD groups #155 #375

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

Conversation

kewalaka
Copy link
Contributor

@kewalaka kewalaka commented May 5, 2024

Overview/summary

This PR introduces support for Entra ID (AAD) groups.

I have thought it might be nice to be able to specify names as well as object IDs, that's why the members + owners contain a map of object ids. This would introduce several "data sources" into the module to make these translations, which may be an undesirable dependency.

This PR fixes/adds/changes/removes

  1. fixes feat: aad group creation #155

Breaking changes

n/a - new functionality

Testing evidence

Please provide testing evidence to show that your Pull Request works/fixes as described and documented above.

I'm using an integration branch here which is testing a number of fixes including this one, the inputs are:

image

As part of this pull request I have

  • Checked for duplicate Pull Requests
  • Associated it with relevant issues, for tracking and closure.
  • Run and make fmt & make docs to format your code and update documentation.
  • Created unit and deployment tests and provided evidence.
  • Updated relevant and associated documentation.

Deployment testing looks good, guidance with unit testing would be appreciate 😊, i'm not familiar with the approach.

@kewalaka kewalaka requested a review from a team as a code owner May 5, 2024 02:59
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.

feat: aad group creation
1 participant