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

Allow owners and members to be email ids instead of just objectIDs #128

Open
asajoshi opened this issue Apr 23, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@asajoshi
Copy link

What problem are you facing?

I want to write a composition that allows creating a Group by accepting owners and members as email IDs. currently the provider only supports Object IDs for these parameters.
So for this to work , I will have to create a separate function that can retrieve the Object ID from Email ID.

This might be an easier fix in the provider.

This is the example claim I want to make work with the provider

apiVersion: groups.example.com/v1alpha1
kind: ADGroup
metadata:
  name: examplegroup
spec:
  parameters:
    displayName: demogroup
    owners:
      - [email protected]
    members:
      - [email protected]
      - [email protected]
@asajoshi asajoshi added the enhancement New feature or request label Apr 23, 2024
@asajoshi
Copy link
Author

duplicates #125

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant