Skip to content

Commit dbdd3f3

Browse files
committed
chore(docs): describe usage of a Custom Identity Domain within an OCI subcompartment
Signed-off-by: Thomas Pham <[email protected]>
1 parent 77ce69f commit dbdd3f3

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

docs/src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- [Identity](./guide/identity.md)
99
- [Policies](./guide/identity_policies.md)
1010
- [Tags](./guide/identity_tags.md)
11+
- [Identity Domain](./guide/identity_domain.md)
1112
- [Network](./guide/network.md)
1213
- [Subnets](./guide/network_subnets.md)
1314
- [Network Security Groups](./guide/network_nsgs.md)

docs/src/guide/identity.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Identity
22

3-
Optional creation of Identity Dynamic Groups, Policies, and Tags.
3+
## IAM without Identity Domains
4+
5+
Optional creation of Identity [Dynamic Groups](https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingdynamicgroups.htm), [Policies](https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingpolicies.htm), and Tags.

docs/src/guide/identity_domain.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# IAM with Identity Domains
2+
3+
Creation of Identity [Dynamic Groups](https://docs.oracle.com/en-us/iaas/Content/Identity/dynamicgroups/managingdynamicgroups.htm), [Policies](https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingpolicies.htm), and Tags.
4+
5+
6+
## Context
7+
8+
While you might not have the necessary policy permissions to provision OKE clusters directly at Tenancy level (ROOT compartment) and you have full control only under a sub-compartment, the following parameters will allow you to reference an existing and custom `identity domain` at this sub-compartment level. The `Dynamic Groups` will be then created in this Identity Domain while the policies will be created at the sub-compartment level and their statements using the `dynamic group` in your `identity domain`
9+
10+
Moreover, You can use this Identity Domain, to create service account users for your Kubernetes/OKE controllers or operators.
11+
12+
## Usage
13+
14+
```javascript
15+
{{#include ../../../examples/iam/vars-subcompartment-iam-identitydomain.auto.tfvars:4:}}
16+
```

0 commit comments

Comments
 (0)