-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Created folder * Update manifest.json * manifest and folder names * updates to task 1 * change to task 1 * revised tls lab * Update tls.md * Update tls.md * Update * Update tls.md * Update tls.md * Update tls.md * Update tls.md * Update tls.md * Update tls.md * Update tls.md * Update tls.md * Update tls.md * Update tls.md * Update tls.md * Update tls.md * Update * Update tls.md * dba_dan * Updates * Update * test change * Update tls.md * Update tls.md * Update tls.md * Updates * Updates * Updates * Update successfully-protect-your-database-communication-using-one-way-tls.md * Update successfully-protect-your-database-communication-using-one-way-tls.md * Update successfully-protect-your-database-communication-using-one-way-tls.md * updates * updates * Update successfully-protect-your-database-communication-using-one-way-tls.md * Update successfully-protect-your-database-communication-using-one-way-tls.md * updates * updates * Update manifest.json * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * update * updates * updates * updates * Updated manifest and added code snippets * Added Get Started pages * updates * updates * updates * updates * updates * Update proxy manifest * Edits to TLS Lab for Green Button --------- Co-authored-by: richardcevans <richardcevans@gmail.com> Co-authored-by: ZackaryRice <128171922+ZackaryRice@users.noreply.github.com> Co-authored-by: NGalloso <noah.galloso@oracle.com>
- Loading branch information
1 parent
d941cc8
commit 4e0e700
Showing
3 changed files
with
110 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
62 changes: 62 additions & 0 deletions
62
database/encrypt-data-in-motion-with-tls/workshops/sandbox/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
41
database/encrypt-data-in-motion-with-tls/workshops/sandbox/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"workshoptitle": "How Developers Could Use Oracle Database Proxy Authentication", | ||
"help": "livelabs-help-db_us@oracle.com", | ||
"tutorials": [ | ||
{ | ||
"title": "Introduction", | ||
"description": "Understand the architecture of this workshop and what it can do", | ||
"publisheddate": "09/01/2020", | ||
"filename": "../../introduction/introduction.md" | ||
}, | ||
{ | ||
"title": "Get Started with noVNC Remote Desktop", | ||
"description": "Using noVNC Remote Desktop", | ||
"filename": "https://oracle-livelabs.github.io/common/labs/remote-desktop/using-novnc-remote-desktop.md" | ||
}, | ||
{ | ||
"title": "Lab 1: Initialize Environment", | ||
"description": "How to initialize and start all the workshop components", | ||
"publisheddate": "10/14/2020", | ||
"filename": "../../../common/init-start-env/init-start-env.md" | ||
}, | ||
{ | ||
"title": "Lab 2: Environment Setup", | ||
"description": "How to provision the workshop environment and connect to it", | ||
"publisheddate": "06/30/2020", | ||
"filename": "https://oracle-livelabs.github.io/common/labs/setup-compute-generic/setup-compute-novnc-ssh.md" | ||
}, | ||
{ | ||
"title": "Lab 3: Successfully Protect Your Database Communication Using One-Way TLS", | ||
"description": "In this lab you can see how to leverage Oracle Transport Layer Security (TLS)", | ||
"publisheddate": "10/20/2020", | ||
"filename": "../../successfully-protect-your-database-communication-using-one-way-tls/successfully-protect-your-database-communication-using-one-way-tls.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" | ||
} | ||
] | ||
} | ||
|