Skip to content

Commit 440f0a9

Browse files
MarcGueurykaylienanooshapilli
authored
WMS 11499 - split of Compute to Public/Private VM (oracle-livelabs#452)
* OpenSearch - ObjectStorage V1 * Opensearch v2 * v3 * V3 * Image Alternative Texts * V2 * V2 * v4 * V4 * Update manifest.json * additional step * various fixes * various fixes * OCI Starter * OpenSearch New version screen user/password * Update visual_builder.md * 2023-03-18 * 2023-03-18 * 2023-03-18 * 2023-03-21 * APIM * APIM * Update test.md * Update test.md * APIM * APIM * Update test.md * APIM * APIM * APIM * APIM * APIM * APIM * APIM * APIM * APIM * Formatting * Formatting * Numbering * Update intro.md * Lab 2 Task 2 indentation * - * 2023-06-05 * 2023-06-05 * 2023-06-05 * 2023-06-05 * 2023-06-05 * 2023-06-06 * 2023-06-06 * 2023-06-12 * 2023-06-12 * 2023-07-31 * 2023-08-01 * 2023-08-01 * Videos * Video * Update integration.md * Update integration.md * oci-starter-lab v1 * Update intro.md * OCI-Starter V2 * push oci-portal * OCI Starter Lab v1 * QA * . files removed * Removed beta remark. * oci starter - formatting * OCI-Starter * oci-starter bullets * Introduction tag * Green Button (1rst version) * LiveLabs Green Button * Small title change * Instance Pool Lab * Instance Pool * TLS * ARM * ARM * TLS * Database Actions * Database Action v2 * oci-starter 3.2 * Split Public VM / Private VM * fix change in directory --------- Co-authored-by: Kaylien Phan <[email protected]> Co-authored-by: Anoosha Pilli <[email protected]>
1 parent 78e2fae commit 440f0a9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+291
-72
lines changed

oci-starter-lab/advanced/advanced.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ You can choose other Java VM to run your program:
5050
- These advantage come also with a long time to compile. So, it is better to first start first with JIT (JDK or GraalVM). Then to compile with GraalVM Native
5151
- [More info: see https://www.graalvm.org/22.0/reference-manual/native-image/](https://www.graalvm.org/22.0/reference-manual/native-image/)
5252

53+
## Task 3 - Security
54+
55+
To enable login using OAuth / OpenID using your application, choose the Security / OpenID flag.
56+
57+
It will add needed resources in your application to configure it:
58+
- an OCI Identity Domain Confidential App,
59+
- and login configuration for that Confidential App inside API Gateway.
60+
5361
## Task 4 - HTTPS = DNS + TLS
5462

5563
It is nicer to have a website with a HTTPS protocol. Like https://www.ocistarter.com.
11.2 KB
Loading
-286 KB
Binary file not shown.
-699 KB
Binary file not shown.
-661 KB
Binary file not shown.
-610 KB
Binary file not shown.

oci-starter-lab/container_instance/container_instance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ During the build, Terraform will create:
9797
</copy>
9898
```
9999
- Choose **Build**
100-
![Result](../compute/images/starter-starter-build.png)
100+
![Result](../public_compute/images/starter-starter-build.png)
101101
- It will build all and at the end you will see:
102102
```
103103
<copy>
@@ -117,7 +117,7 @@ During the build, Terraform will create:
117117
118118
### Customize
119119
120-
Please also check the "Lab 6 - How to Customize" to see how to customize this sample to your needs
120+
Please also check the "Lab 7 - How to Customize" to see how to customize this sample to your needs
121121
122122
### Cleanup
123123
-123 KB
Loading

oci-starter-lab/function/function.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Before to run the build. Notice that the build will create:
107107
</copy>
108108
```
109109
- Choose **Build**
110-
![Result](../compute/images/starter-starter-build.png)
110+
![Result](../public_compute/images/starter-starter-build.png)
111111
- It will build all and at the end you will see:
112112
```
113113
<copy>
@@ -126,7 +126,7 @@ Before to run the build. Notice that the build will create:
126126
## Task 4: More info
127127
128128
### Customize
129-
Please also check the "Lab 6 - How to Customize" to see how to customize this sample to your needs
129+
Please also check the "Lab 7 - How to Customize" to see how to customize this sample to your needs
130130
131131
### Object Storage
132132
During the build, it will generate an Object Storage to store the HTML file.
-189 KB
Loading

0 commit comments

Comments
 (0)