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

Dataplex lake iam #692

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

Conversation

Chloe-Carayon
Copy link

@Chloe-Carayon Chloe-Carayon commented Jan 8, 2025

Description of your changes

This PR add new resources for Dataplex Lake IAM: LakeIAMPolicy, LakeIAMMember, LakeIAMBinding

Fixes: #687

I have:

  • Read and followed Crossplane's contribution process.
  • Run make reviewable to ensure this PR is ready for review.
  • Added backport release-x.y labels to auto-backport this PR if necessary.

How has this code been tested

I run manual tests as we are creating IAM policies for existing users so I commented all upjet.upbound.io/manual-intervention annotations.

Note: all roles used need to be Dataplex Predefined roles.

LakeIAMPolicy

export UPTEST_EXAMPLE_LIST="examples/dataplex/v1beta1/lakeiampolicy.yaml"
make e2e

Results:
iam_policy_0

kubectl create -f examples/dataplex/v1beta1/lakeiampolicy.yaml -n upbound-system
kubectl get managed

Capture d’écran 2025-01-16 à 10 10 05

Notes
Following discussion below, LakeIAMBinding and LakeIAMMember won't be implemented.

Copy link
Collaborator

@turkenf turkenf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @Chloe-Carayon,

Congratulations on your first contribution! Your PR description is very clear, and you’ve shared the test results in great detail. Thank you for this thoughtful contribution!

Could you please review the discussion in this thread and update your PR by removing the *_iam_binding, *_iam_member resources?

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.

Request for Dataplex Lake IAM
2 participants