Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
5c239da
add setup files
Hu5ton Oct 13, 2022
09009ac
Added initial LiveLab files
milesnov Oct 13, 2022
9995d2e
Corrected Lab Names
milesnov Oct 20, 2022
5e9b817
Worked on first lab and introduction
NGalloso Nov 3, 2022
eb17e7f
Deleted currently unneeded files, renamed files to match conventions,…
milesnov Nov 3, 2022
3513fd4
Added basic steps for labs 2-3
milesnov Nov 9, 2022
a82c1b2
Merge pull request #1 from milesnov/main
milesnov Nov 14, 2022
d6ab6fe
Added cloud shell step to first lab, small other changes throughout
milesnov Nov 16, 2022
c3c7710
Merge pull request #2 from milesnov/main
milesnov Nov 16, 2022
28b8e55
Updates to Lab 2 & Lab 3
milesnov Nov 16, 2022
8190cca
Merge pull request #3 from milesnov/main
milesnov Nov 16, 2022
0825e98
Added Some Screenshots
NGalloso Nov 16, 2022
ed0712a
Fixed small issue with Note
NGalloso Nov 16, 2022
1d6463a
Update lab1-task1-step4.png
NGalloso Nov 16, 2022
aae4f52
Updates to text descriptions & fixed one step
milesnov Nov 16, 2022
1630f97
Merge branch 'NGalloso:main' into main
milesnov Nov 16, 2022
06ec4b0
Merge pull request #4 from milesnov/main
milesnov Nov 16, 2022
115a3e0
Removed Screenshots and added descriptions instead
NGalloso Nov 17, 2022
8b1dd3c
Added screenshots to show successful connection to database
NGalloso Nov 17, 2022
6e6ecd2
Other file changes
milesnov Nov 29, 2022
01bc1c3
Added optional lab and other small changes
milesnov Dec 1, 2022
a27cfd3
changes to lab 2 and many step descriptions.
milesnov Dec 2, 2022
f02bca8
Acknowledgements added
milesnov Dec 2, 2022
ac5f0f3
Attempt to fix paths
NGalloso Dec 5, 2022
f16527e
Updated Lab 3 steps and added output examples.
milesnov Dec 6, 2022
51e1949
Merge branch 'main' of https://github.com/NGalloso/database
milesnov Dec 6, 2022
48eb09a
Small fix
milesnov Dec 6, 2022
a6f1f3e
Obscured user information in Lab #3 and added a note about it.
milesnov Dec 6, 2022
dd20df6
Small Fix
milesnov Dec 6, 2022
9a35616
Format fix
milesnov Dec 6, 2022
858981d
Implemented Rich's recommended Changes
milesnov Dec 9, 2022
8575b56
Updated Cloud Shell access directions
milesnov Dec 9, 2022
a8f40db
Made some fixes to typos and attempting fixes on weird formatting
NGalloso Dec 9, 2022
2ae73bb
Fixed Richard Evans name
NGalloso Dec 9, 2022
484cd22
Attempt to fix weird formatting
NGalloso Dec 9, 2022
3b2f3b4
Small cleanup done
NGalloso Dec 12, 2022
af51f28
Added Appendix and Notes for edge case where Direct Sign-In is needed
NGalloso Dec 19, 2022
8c9536d
Moved note for sign in error
NGalloso Jan 5, 2023
e2879d5
Fixed more formatting
NGalloso Jan 5, 2023
40e1db3
Updated Introduction to the lab that talks about the cloud shell
NGalloso Jan 9, 2023
d40c95b
Added QA Changes
milesnov Jan 13, 2023
7649539
Manifest path fix
milesnov Jan 13, 2023
31114ab
Fixed naming and captions
NGalloso Jan 13, 2023
71e607a
Fixed typos
NGalloso Jan 17, 2023
ccf6933
Final Format updates + new images for Lab4
milesnov Jan 17, 2023
e36c2ee
Temporary Update to Screenshots
NGalloso Jan 19, 2023
80958f1
Fixed workshop title
milesnov Jan 23, 2023
5145fad
Small fixes
milesnov Jan 26, 2023
39aa4f7
Updated File names to adhere to livelabs QA standards.
milesnov Jan 30, 2023
d9cc4a0
Merge branch 'oracle-livelabs:main' into main
milesnov Jan 30, 2023
5d6daa3
Added levelup23 folder with index.html & manifest.json
milesnov Feb 10, 2023
fd611f3
Merge branch 'main' of https://github.com/NGalloso/database
milesnov Feb 10, 2023
28e6929
Merge branch 'oracle-livelabs:main' into main
milesnov Feb 10, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 62 additions & 0 deletions oci-adb-iam/workshops/levelup23/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Oracle LiveLabs gives you access to Oracle's products to run a wide variety of labs and workshops; allowing you to experience our best technology, live!">
<title>Oracle LiveLabs</title>

<script src="https://oracle-livelabs.github.io/common/redwood-hol/js/jquery-1.11.0.min.js"></script>
<script src="https://oracle-livelabs.github.io/common/redwood-hol/js/jquery-ui-1.10.4.custom.js"></script>
<script src="https://oracle-livelabs.github.io/common/redwood-hol/js/main.min.js"></script>

<link rel="stylesheet" href="https://oracle-livelabs.github.io/common/redwood-hol/css/style.min.css" />
<link rel="shortcut icon" href="https://oracle-livelabs.github.io/common/redwood-hol/img/favicon.ico" />
</head>

<body>
<header class="hol-Header" role="banner">
<div class="hol-Header-wrap">
<div class="hol-Header-logo"><span>Oracle LiveLabs</span></div>
<a href="https://developer.oracle.com/livelabs" target="_blank" id="livelabs" title="Oracle LiveLabs"></a>
<div class="hol-Header-actions">
<button id="openNav" class="hol-Header-button hol-Header-button--menu rightNav" aria-label="Open Menu"
title="Open Menu">
<span class="hol-Header-toggleIcon"></span>
</button>
</div>
</div>
</header>

<div id="container">
<div id="leftNav">
<div id="toc"></div>
</div>
<div id="contentBox">
<main class="hol-Content" id="module-content"></main>
</div>
</div>

<footer class="hol-Footer">
<a class="hol-Footer-topLink" href="#top">Return to Top</a>
<div id="footer-banner"><div class="footer-row">
<div class="footer-content"><ul class="footer-links">
<li><a href="https://docs.oracle.com/pls/topic/lookup?ctx=en/legal&id=cpyr" target="_blank" aria-label="Open a new window to Oracle legal notices" data-lbl="copyright">© Oracle</a></li>
<li><a href="https://www.oracle.com/corporate/index.html" target="_blank" aria-label="Open a new window to learn more about oracle" data-lbl="about-oracle">About Oracle</a></li>
<li><a href="https://www.oracle.com/corporate/contact/" target="_blank" aria-label="Open a new window to contact oracle" data-lbl="contact-us">Contact Us</a></li>
<li class="footer-links-break"></li>
<li><a href="https://docs.oracle.com/en/browseall.html" target="_blank" aria-label="Open a new window to products a-z" data-lbl="products-a-z">Products A-Z</a></li>
<li><a href="https://www.oracle.com/legal/privacy/" target="_blank" aria-label="Open a new window to read more about Oracle terms of use and privacy" data-lbl="terms-of-use-and-privacy">Terms of Use & Privacy</a></li>
<li><a href="https://www.oracle.com/legal/privacy/privacy-policy.html#11" target="_blank" aria-label="Open a new window to read more about managing Oracle cookie preferences" data-lbl="cookie-preferences">Cookie Preferences</a></li>
<li><a href="https://www.oracle.com/legal/privacy/marketing-cloud-data-cloud-privacy-policy.html#adchoices" target="_blank" aria-label="Open a new window to ad choices" data-lbl="ad-choices">Ad Choices</a></li>
<li class="footer-links-break"></li><li class="last"><a href="https://docs.oracle.com/pls/topic/lookup?ctx=en/legal&id=cpyr" target="_blank" aria-label="Open a new window to Oracle legal notices" data-lbl="copyright">© Oracle</a></li>
</ul>
</div>
</div>
</div>
</footer>
</body>

</html>
41 changes: 41 additions & 0 deletions oci-adb-iam/workshops/levelup23/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"workshoptitle": "Simplify User Management with Oracle Autonomous Database and Oracle Cloud Identity",
"help": "livelabs-help-db_us@oracle.com",
"tutorials": [
{
"title": "Introduction",
"description": "The Introduction is always second for LiveLabs. The title and contents menu title match for the Introduction.",
"filename": "../../introduction/introduction.md"
},
{
"title": "Get Started",
"description": "This is the prerequisites for customers using Free Trial and Paid tenancies, and Always Free accounts (if applicable). The title of the lab and the Contents Menu title (the title above) match for Prerequisite lab. This lab is always first.",
"filename": "https://oracle-livelabs.github.io/common/labs/cloud-login/pre-register-free-tier-account.md"
},
{
"title": "Lab 1: Create Autonomous Database and set up environment",
"description": "Create Autonomus Database and other required resources",
"filename": "../../setup-environment-and-cloud-shell/setup-environment-and-cloud-shell.md"
},
{
"title": "Lab 2: Generate ADB Wallet and Set IAM as Identity Provider",
"description": "Generate your wallet file & use it to connect and enable IAM",
"filename": "../../oci-wallet-and-enable-iam/oci-wallet-and-enable-iam.md"
},
{
"title": "Lab 3: Create IAM Credentials and log into the database",
"description": "Create IAM credentials for users and access ADB with those credentials",
"filename": "../../db-credentials-and-login/db-credentials-and-login.md"
},
{
"title": "Lab 4: Cleanup lab environment (optional)",
"description": "Clean up resources created during lab",
"filename": "../../cleanup/cleanup.md"
},
{
"title": "Need Help?",
"description": "Solutions to Common Problems and Directions for Receiving Live Help",
"filename": "https://oracle-livelabs.github.io/common/labs/need-help/need-help-livelabs.md"
}
]
}