-
Notifications
You must be signed in to change notification settings - Fork 215
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
5.x: OKE provisioning on sub-compartment with support of custom identity domain. #785
base: 5.x
Are you sure you want to change the base?
5.x: OKE provisioning on sub-compartment with support of custom identity domain. #785
Conversation
Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA).
To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application. When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated. If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public. |
c338260
to
04ed750
Compare
Thank you for signing the OCA. |
04ed750
to
77ce69f
Compare
Hi @thpham, Thank you for your contribution. Can you also please add some documentation around usage? You can stick under identity: https://oracle-terraform-modules.github.io/terraform-oci-oke/guide/identity.html, we'll reorganize if necessary. |
Hi @hyder, thank you for your feedback ! I added some infos about the config and use case-. Would it be of for you ? |
@devoncrouse , what should I do with this PR ? , are you considering it and therefore I take the time to update it towards the merged main branch ? or you simply don't think it is interesting and therefore I close it and take another approach (fork) |
dbdd3f3
to
87c8c1d
Compare
…ment for IAM resources when not at tenancy level - + describe usage of a Custom Identity Domain within an OCI subcompartment Signed-off-by: Thomas Pham <[email protected]>
87c8c1d
to
27b7726
Compare
This PR relates to the issue #768.
OKE provisioning on sub-compartment which has no direct policy permission at the tenancy level.
This also support the case which has a custom identity domain in the sub-compartment instead of using the Default one at the tenancy level.