Skip to content

Commit 7c0739c

Browse files
authored
Merge pull request #1398 from oracle-devrel/lvb-review-assets
Reviewed and updated dates
2 parents 297ebe9 + dc87e85 commit 7c0739c

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

security/security-design/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Cloud Security Design Advisory team is covering end-to-end OCI security topi
44
We are working closely with OCI Domain Specialists (networking, infrastructure security, data management, and observability), to provide the customer the best deep dive expertise, both on Cloud Security and Cloud Solutions.
55

66

7-
Reviewed: 01.02.2024
7+
Reviewed: 29.10.2024
88

99
# Table of Contents
1010

@@ -47,16 +47,16 @@ Reviewed: 01.02.2024
4747
4848
# Useful Links
4949

50-
- [Oracle Security](https://www.oracle.com/security/)
51-
- Protect your most valuable data in the cloud and on-premises with Oracle’s security-first approach. Oracle has decades of experience securing data and applications; Oracle Cloud Infrastructure delivers a more secure cloud to our customers, building trust and protecting their most valuable data.
50+
- [Oracle Security](https://www.oracle.com/security/)
51+
- Protect your most valuable data in the cloud and on-premises with Oracle’s security-first approach. Oracle has decades of experience securing data and applications; Oracle Cloud Infrastructure delivers a more secure cloud to our customers, building trust and protecting their most valuable data.
5252
- [Oracle Cloud Compliance](https://www.oracle.com/corporate/cloud-compliance/)
5353
- Oracle is committed to helping customers operate globally in a fast-changing business environment and address the challenges of an ever more complex regulatory environment.
5454
- [Security in OCI - OCI Best Practices for security adoption](https://www.oracle.com/cloud/oci-best-practices-guide/#security-on-oci)
5555
- [Security Checklist for OCI](https://docs.oracle.com/en/solutions/oci-security-checklist/#GUID-D27BD123-8CFB-49A4-84AF-3546022638CE)
5656
- [Zero Trust Security Model](https://www.oracle.com/security/what-is-zero-trust/)
5757
- [Cloud Security Documentation](https://docs.oracle.com/en-us/iaas/Content/Security/Concepts/security.htm#Security_Guide_and_Announcements)
5858
- [OCI Architecture Center](https://www.oracle.com/uk/cloud/architecture-center/)
59-
- [Integrate APEX with OCI IAM Domains](https://docs.oracle.com/en/learn/apex-identitydomains-sso/index.html#task-4-create-a-new-authentication-scheme-in-oracle-apex-for-the-sample-application)
59+
- [Integrate APEX with OCI IAM Domains](https://docs.oracle.com/en/learn/apex-identitydomains-sso/index.html#task-4-create-a-new-authentication-scheme-in-oracle-apex-for-the-sample-application)
6060
- Oracle APEX is the premier low code tool. With Oracle OCI IAM you can add proper governance to user management and authorization governance though OCI IAM groups mapped to APEX roles. Since APEX is using OAUTH for integration with Oracle OCI IAM, users is not required to managed within APEX, only user and group assignments to users is managed in APEX. If you want to manage user profile within APEX, this can easily be added by adding a post. In the post below, step 7 and 8 gives one example of how a post authentication function can be built. This can be extended to use REST to retrieve additional attributes from OCI IAM Domains, or more common use case, create a local user profile in a local table, if a local user profile does not exist for the current user. The elegant piece, is that the OCI IAM Domain integration provides username and authorization available though standard APEX API for later usage in your code
6161
The link above details how to integrate APEX with OCI IAM Domain, utilizing OAUTH, and then leave the user governance entirely to OCI IAM Domains.
6262

security/security-design/shared-assets/bastion-session-script/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Bastion Session Script
22

3+
Owner: Leon van Birgelen
4+
Reviewed: 29.10.2024
5+
36
This shell script can be used to easily connect to the OCI Bastion service based on temporary SSH keys. Authorization is granted based on OCI CLI authentication and OCI Permissions. For OCI CLI authentication both the use of exchanged API keys and session security tokens is supported. This script works also directly on OCI Cloud Shell, however only for Managed SSH Sessions since port forwarding is not supported on OCI Cloud Shell.
47

5-
Reviewed: 01.02.2024
68

79
# When to use this asset?
810

security/security-design/shared-assets/kms-import-keys/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Importing keys into OCI KMS Vaults
22

33
Owner: Leon van Birgelen
4+
Reviewed: 29.10.2024
45

56
Key Management Service is an OCI service that stores and manages keys for secure access to resources.
67

0 commit comments

Comments
 (0)