You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: feature_store/apigw_terraform/README.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,22 +6,24 @@ This module handles opinionated Feature Store AuthN/AuthZ configuration using AP
6
6
7
7
1. Click to download the [terraform bundle][https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://raw.githubusercontent.com/harsh97/oci-data-science-ai-samples/feature-store/feature_store/fs_apigw_terraform.zip]
8
8
9
-
1. Create a stack in OCI resource manager with the downloaded bundle
9
+
2. Create a stack in OCI resource manager with the downloaded bundle
10
10
11
-
1. Follow the on-screen prompts and instructions to create the stack.
11
+
3. Follow the on-screen prompts and instructions to create the stack.
12
12
13
-
1. After creating the stack, click Terraform Actions, and select Plan.
13
+
4. After creating the stack, click Terraform Actions, and select Plan.
14
14
15
-
1. Wait for the job to be completed, and review the plan.
15
+
5. Wait for the job to be completed, and review the plan.
16
16
17
-
1. To make any changes, return to the Stack Details page, click Edit Stack, and make the required changes. Then, run the Plan action again.
17
+
6. To make any changes, return to the Stack Details page, click Edit Stack, and make the required changes. Then, run the Plan action again.
18
18
19
-
1. If no further changes are necessary, return to the Stack Details page, click Terraform Actions, and select Apply.
19
+
7. If no further changes are necessary, return to the Stack Details page, click Terraform Actions, and select Apply.
20
20
21
-
1. After the stack application is complete attach the auto-provisioned security rules to the respective service and node subnets of the OKE cluster.
21
+
8. After the stack application is complete attach the auto-provisioned security rules to the respective service and node subnets of the OKE cluster.
22
22
23
23
### Prerequisites
24
24
#### Required permissions:
25
+
26
+
```bash
25
27
allow group <user_group> to manage orm-stacks in compartment <compartment_name>
26
28
allow group <user_group> to manage orm-jobs in compartment <compartment_name>
27
29
allow group <user_group> to read network-load-balancers in compartment <compartment_name>
@@ -31,6 +33,7 @@ allow group <user_group> to manage dynamic-groups in compartment <compartment_na
31
33
allow group <user_group> to manage functions-family in compartment <compartment_name>
32
34
allow group <user_group> to manage virtual-network-family in compartment <compartment_name>
33
35
allow group <user_group> to manage policies in tenancy
0 commit comments