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
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
This module handles opinionated Feature Store AuthN/AuthZ configuration using API Gateway on Oracle Cloud Infrastructure ([OCI][oci]). This stack is designed to be used with the [OCI Resource Manager][oci_rm] to enhance Feature store experience with AuthN/AuthZ in a single step. The stack can also be used with the [OCI Terraform Provider][oci_tf_provider] to deploy using local or CloudShell Terraform cli.
1
+
This module handles opinionated [Feature Store][feature_store_docs] AuthN/AuthZ configuration using API Gateway on Oracle Cloud Infrastructure ([OCI][oci]). This stack is designed to be used with the [OCI Resource Manager][oci_rm] to enhance Feature store experience with AuthN/AuthZ in a single step. The stack can also be used with the [OCI Terraform Provider][oci_tf_provider] to deploy using local or CloudShell Terraform cli.
2
2
3
3
## Deploy Using Oracle Resource Manager
4
4
5
-
> ___NOTE:___ If you aren't already signed in, when prompted, enter the compartment <compartment_name> and user credentials. Review and accept the terms and conditions.
5
+
> ___NOTE:___ If you aren't already signed in, when prompted, enter the tenancy and user credentials. Review and accept the terms and conditions.
6
6
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]
7
+
1. Click to download the [terraform bundle][stack]
8
8
9
9
1. Create a stack in OCI resource manager with the downloaded bundle
10
10
@@ -20,8 +20,10 @@ This module handles opinionated Feature Store AuthN/AuthZ configuration using AP
20
20
21
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.
22
22
23
+
23
24
### Prerequisites
24
25
#### Required permissions:
26
+
```
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
36
+
```
34
37
35
38
36
39
### Running Terraform
@@ -62,4 +65,6 @@ See [LICENSE](./LICENSE) for more details.
0 commit comments