Skip to content

Commit a2477db

Browse files
authored
Merge pull request #1682 from oracle-devrel/pob-app-integration-and-automation
Pob app integration and automation - CICD quickstart - postman collections
2 parents ab7d0ed + 030e3db commit a2477db

File tree

15 files changed

+11384
-5
lines changed

15 files changed

+11384
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
shared-assets/bastion-py-script/.oci/
33
shared-assets/bastion-py-script/temp/
44
temp/
5+
app-dev/app-integration-and-automation/oracle-integration-cloud/01-oic-connectivity-agent/README_tmp.html

app-dev/app-integration-and-automation/oci-process-automation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Review Date: 03.11.2023
1313
- [OCI OPA 3 Documentation](https://docs.oracle.com/en-us/iaas/process-automation/index.html)
1414
- [Service Demo of UI Enhancements](https://videohub.oracle.com/media/New+OCI+Process+Automation+Gen3+-+UI+Enhancements+Demo/1_t31x313u)
1515
- [Oracle Process Automation with OCI AI Services blog](https://blogs.oracle.com/integration/post/automation-and-ai-oracle-process-automation-with-oci-ai-services)
16-
- [Course: Process Automation Using Oracle Integration Cloud](https://mylearn.oracle.com/ou/course/process-automation-using-oracle-integration-cloud-new/101633/)
16+
- [Course: Process Automation Using Oracle Integration Cloud](https://mylearn.oracle.com/ou/course/process-automation-using-oracle-integration-cloud-new/149268/)
1717
- [New OCI Process Automation Gen3 Demo of UI Enhancements](https://videohub.oracle.com/media/New+OCI+Process+Automation+Gen3+-+UI+Enhancements+Demo/1_t31x313u)
1818

1919
# Team Publications
20-
- [Shared Assets](https://github.com/oracle-devrel/technology-engineering/tree/main/ai-and-app-modernisation/app-integration-and-automation/shared-assets)
20+
- [Shared Assets](https://github.com/oracle-devrel/technology-engineering/tree/main/app-dev/app-integration-and-automation/shared-assets)
2121
- List of reusable assets spanning multiple cloud services (OIC, OPA, API Gateway)
2222

2323

Binary file not shown.

app-dev/app-integration-and-automation/oracle-integration-cloud/01-oic-connectivity-agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Assets that contain solution design practice and implementation steps for the Hybrid Integrations and integrating private OCI resources.
44

5-
Review Date: 19.01.2024
5+
Review Date: 04.04.2025
66

77
# OIC-Connectivity-Agent-and-Hybrid-Integrations
88

app-dev/app-integration-and-automation/oracle-integration-cloud/04-oic-resilient-batch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This asset contains accelerator type OIC Gen3 implementation of the resilient batch processing on top of Parking Lot Pattern. This pattern address one specific need when using Oracle Integration Cloud OIC for processing many batches. The repository provides the OIC Gen3 project with sample integrations and ATP scripts required for the implementation described in the [README.md](./files/oic-parkinglot/README.md).
44

5-
Review Date: 19.01.2024
5+
Review Date: 04.04.2025
66

77
# When to use this asset?
88

app-dev/app-integration-and-automation/oracle-integration-cloud/05-oic-adapters-clickthrough/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Assets that contain oic adapters configuration and implementation practice for t
77
- Kafka Adapter
88
- EBS Adapter
99

10-
Review Date: 28.11.2024
10+
Review Date: 04.04.2025
1111

1212
# When to use these assets?
1313

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# OIC CICD QuickStart
2+
3+
Assets that contain oic related elementary commands and API interactions to achieve Continual Integration and Continual Deployment of the integration flows and related artifacts
4+
## OCI - API Signing Example for OIC (CICD Quick-Start)
5+
Postman collection implementing the API request signing required by the Oracle Cloud Infrastructure API, as well as capturing some sample OCI requests.
6+
7+
## CICD - OIC3 quickstart Example
8+
Postman collection implementing the OIC Management API requests. Outh2 Authorization is the auth schema and Integratged Application for the Authorization Code or Client Credentials with OIC management API scope is needed(clientId, clientSecret)
9+
10+
Review Date: 04.04.2025
11+
12+
# When to use these assets?
13+
14+
These assets should be used whenever needed to design automatic Integrations deployment or OIC instance management.
15+
16+
# How to use these asset?
17+
18+
The information is generic in nature and not specified for a particular customer.
19+
20+
# License
21+
22+
Copyright (c) 2025 Oracle and/or its affiliates.
23+
24+
Licensed under the Universal Permissive License (UPL), Version 1.0.
25+
26+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

0 commit comments

Comments
 (0)