Skip to content

Commit bc27064

Browse files
authored
Merge branch 'main' into lsa-open-agent01
2 parents a183fc1 + 66e9996 commit bc27064

File tree

161 files changed

+893
-3
lines changed

Some content is hidden

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

161 files changed

+893
-3
lines changed

cloud-infrastructure/compute-including-hpc/ai-infra-gpu/ai-infrastructure/rag-langchain-vllm-mistral/files/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ typing-inspect==0.9.0
227227
typing-inspection==0.4.0
228228
typing_extensions @ file:///croot/typing_extensions_1734714854207/work
229229
tzdata==2025.2
230-
urllib3==2.3.0
230+
urllib3==2.5.0
231231
uvicorn==0.34.0
232232
uvloop==0.21.0
233233
vllm==0.10.1.1
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Oracle Cloud Guard Instance Security
2+
3+
Instance Security provides runtime security for workloads in Compute virtual and bare metal hosts. Instance Security expands Cloud Guard from cloud security posture management to cloud workload protection. It ensures that security needs are met in one place with consistent visibility and holistic understanding of the security state of infrastructure.
4+
5+
Instance Security collects important security information about compute hosts such as security alerts (called problems in Cloud Guard), vulnerabilities, and open ports to provide you with actionable guidance for detection and prevention. You can detect suspicious processes, open port creation, and script execution for workloads, with OS level visibility. Instance Security provides new Oracle-managed ready-to-use detections and the customer managed queries for threat hunting use cases.
6+
7+
Instance Security is natively integrated with OCI Logging so you can easily export logs to your third-party security tooling.
8+
9+
Reviewed: 16.10.2025
10+
11+
# Table of Contents
12+
13+
1. [Team Publications](#team-publications)
14+
2. [Useful Links](#useful-uinks)
15+
16+
# Team Publications
17+
18+
- [Workload Protection with Cloud Guard Instance Security](https://www.youtube.com/watch?v=nrpYcb8syGI&t=198s)
19+
- Video about Oracle Cloud Guard Instance Security
20+
- [Cloud Coaching Cloud Guard](https://www.youtube.com/watch?v=D5L0Hy8h9aY)
21+
- Video about Oracle Cloud Guard
22+
23+
24+
# Useful Links
25+
26+
- [Oracle Cloud Guard Instance Security](https://www.oracle.com/security/cloud-security/cloud-guard/instance-security/)
27+
- Oracle Cloud Guard Instance Security Overview
28+
29+
- [Oracle Cloud Guard Instance Security - How to Enable](https://docs.oracle.com/en-us/iaas/Content/cloud-guard/using/cgis-enable.htm)
30+
- How to enable Cloud Guard Instance Security Overview
31+
32+
33+
# License
34+
35+
Copyright (c) 2025 Oracle and/or its affiliates.
36+
37+
Licensed under the Universal Permissive License (UPL), Version 1.0.
38+
39+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Copyright (c) 2025 Oracle and/or its affiliates.
2+
3+
The Universal Permissive License (UPL), Version 1.0
4+
5+
Subject to the condition set forth below, permission is hereby granted to any
6+
person obtaining a copy of this software, associated documentation and/or data
7+
(collectively the "Software"), free of charge and under any and all copyright
8+
rights in the Software, and any and all patent rights owned or freely
9+
licensable by each licensor hereunder covering either (i) the unmodified
10+
Software as contributed to or provided by such licensor, or (ii) the Larger
11+
Works (as defined below), to deal in both
12+
13+
(a) the Software, and
14+
(b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
15+
one is included with the Software (each a "Larger Work" to which the Software
16+
is contributed by such licensors),
17+
18+
without restriction, including without limitation the rights to copy, create
19+
derivative works of, display, perform, and distribute the Software and make,
20+
use, sell, offer for sale, import, export, have made, and have sold the
21+
Software and the Larger Work(s), and to sublicense the foregoing rights on
22+
either these or other terms.
23+
24+
This license is subject to the following condition:
25+
The above copyright notice and either this complete permission notice or at
26+
a minimum a reference to the UPL must be included in all copies or
27+
substantial portions of the Software.
28+
29+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
35+
SOFTWARE.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Oracle Cloud VMware Solution - vSphere Replication 9.x
2+
3+
This repository contains a detailed guide for using vSphere Replication with Oracle Cloud VMware Solution.
4+
5+
Reviewed: 17.10.2025
6+
7+
# License
8+
9+
Copyright (c) 2025 Oracle and/or its affiliates.
10+
11+
Licensed under the Universal Permissive License (UPL), Version 1.0.
12+
13+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

0 commit comments

Comments
 (0)