Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
shared-assets/bastion-py-script/.oci/
shared-assets/bastion-py-script/temp/
temp/
app-dev/app-integration-and-automation/oracle-integration-cloud/01-oic-connectivity-agent/README_tmp.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Review Date: 03.11.2023
- [OCI OPA 3 Documentation](https://docs.oracle.com/en-us/iaas/process-automation/index.html)
- [Service Demo of UI Enhancements](https://videohub.oracle.com/media/New+OCI+Process+Automation+Gen3+-+UI+Enhancements+Demo/1_t31x313u)
- [Oracle Process Automation with OCI AI Services blog](https://blogs.oracle.com/integration/post/automation-and-ai-oracle-process-automation-with-oci-ai-services)
- [Course: Process Automation Using Oracle Integration Cloud](https://mylearn.oracle.com/ou/course/process-automation-using-oracle-integration-cloud-new/101633/)
- [Course: Process Automation Using Oracle Integration Cloud](https://mylearn.oracle.com/ou/course/process-automation-using-oracle-integration-cloud-new/149268/)
- [New OCI Process Automation Gen3 Demo of UI Enhancements](https://videohub.oracle.com/media/New+OCI+Process+Automation+Gen3+-+UI+Enhancements+Demo/1_t31x313u)

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


Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

Review Date: 19.01.2024
Review Date: 04.04.2025

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

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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).

Review Date: 19.01.2024
Review Date: 04.04.2025

# When to use this asset?

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Assets that contain oic adapters configuration and implementation practice for t
- Kafka Adapter
- EBS Adapter

Review Date: 28.11.2024
Review Date: 04.04.2025

# When to use these assets?

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# OIC CICD QuickStart

Assets that contain oic related elementary commands and API interactions to achieve Continual Integration and Continual Deployment of the integration flows and related artifacts
## OCI - API Signing Example for OIC (CICD Quick-Start)
Postman collection implementing the API request signing required by the Oracle Cloud Infrastructure API, as well as capturing some sample OCI requests.

## CICD - OIC3 quickstart Example
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)

Review Date: 04.04.2025

# When to use these assets?

These assets should be used whenever needed to design automatic Integrations deployment or OIC instance management.

# How to use these asset?

The information is generic in nature and not specified for a particular customer.

# License

Copyright (c) 2025 Oracle and/or its affiliates.

Licensed under the Universal Permissive License (UPL), Version 1.0.

See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.
Binary file not shown.
Loading