Skip to content

Commit e19cdf1

Browse files
review structure of app int
1 parent 2e7ede9 commit e19cdf1

File tree

61 files changed

+437
-43
lines changed

Some content is hidden

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

61 files changed

+437
-43
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Copyright (c) 2023 Oracle and/or its affiliates.
88

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

11-
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.
11+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

app-dev/app-integration-and-automation/oci-api-management/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ API Gateway provides policy enforcement such as limit the number of requests sen
1010

1111
API managers can create Usage Plans within API Gateway and define API access tiers. API teams can monitor the traffic and analytics of their APIs based on the usage plan and subscriptions. This enables customers to analyze usage patterns as well as unlock new revenue streams by monetizing APIs.
1212

13-
## Useful Links
13+
# Useful Links
1414

1515
- [Quick Start Guide](https://docs.oracle.com/en-us/iaas/Content/APIGateway/Tasks/apigatewayquickstartsetupcreatedeploy.htm)
1616
- YouTube Videos
@@ -24,12 +24,12 @@ API managers can create Usage Plans within API Gateway and define API access tie
2424
- [Oracle Architecture Center](https://docs.oracle.com/solutions/?q=&cType=reference-architectures&product=API%20Gateway&sort=date-desc&lang=en)
2525
- Reference Architectures with API Gateway
2626

27-
### General Product Links
27+
## General Product Links
2828

2929
- [API Management Product Page](https://www.oracle.com/cloud/cloud-native/api-management/)
3030
- [API Gateway Documentation](https://docs.oracle.com/iaas/Content/APIGateway/home.htm)
3131

32-
## Reusable Assets Overview
32+
# Reusable Assets Overview
3333

3434
Reusable assets can be found in subfolders:
3535
- [fn-authorizer-apigw-oic](fn-authorizer-apigw-oic)
@@ -43,4 +43,4 @@ Copyright (c) 2023 Oracle and/or its affiliates.
4343

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

46-
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.
46+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

app-dev/app-integration-and-automation/oci-api-management/fn-authorizer-apigw-oic/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ This asset is provided as an example. Please tailor the code according to your n
1313
See [oci-apigw-oic-auth/README.md](oci-apigw-oic-auth/README.md) for asset details.
1414

1515
# License
16-
17-
Copyright (c) 2023, Oracle and/or its affiliates.
1816

19-
Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl.
17+
Copyright (c) 2023 Oracle and/or its affiliates.
18+
19+
Licensed under the Universal Permissive License (UPL), Version 1.0.
20+
21+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

app-dev/app-integration-and-automation/oci-api-management/fn-authorizer-apigw-ords/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ This asset is provided as an example. Please tailor the code according to your n
1313
See [oci-apigw-ords-auth/README.md](oci-apigw-ords-auth/README.md) for asset details.
1414

1515
# License
16-
17-
Copyright (c) 2023, Oracle and/or its affiliates.
1816

19-
Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl.
17+
Copyright (c) 2023 Oracle and/or its affiliates.
18+
19+
Licensed under the Universal Permissive License (UPL), Version 1.0.
20+
21+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Copyright (c) 2023 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.

app-dev/app-integration-and-automation/oci-api-management/oic-with-oci-api-gtw/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
This asset is provided as an example. Please tailor the code according to your needs and your context.
88

99
# License
10-
11-
Copyright (c) 2023, Oracle and/or its affiliates.
1210

13-
Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl.
11+
Copyright (c) 2023 Oracle and/or its affiliates.
12+
13+
Licensed under the Universal Permissive License (UPL), Version 1.0.
14+
15+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Oracle Process Automation (OPA) capabilities help business and IT groups within
44

55
There are two working environments: the design-time environment, where you develop and test applications, and the runtime environment, where you use and monitor process applications: Structured Processes and Dynamic Processes.
66

7-
## Useful Links
7+
# Useful Links
88

99
- [OCI API Management Oracle.com Page](https://www.oracle.com/integration/process-automation/)
1010
- [OCI OPA 3 Documentation](https://docs.oracle.com/en-us/iaas/process-automation/index.html)
@@ -13,15 +13,10 @@ There are two working environments: the design-time environment, where you devel
1313
- [Course: Process Automation Using Oracle Integration Cloud](https://mylearn.oracle.com/ou/course/process-automation-using-oracle-integration-cloud-new/101633/)
1414
- [New OCI Process Automation Gen3 Demo of UI Enhancements](https://videohub.oracle.com/media/New+OCI+Process+Automation+Gen3+-+UI+Enhancements+Demo/1_t31x313u)
1515

16-
17-
## Reusable Assets Overview
18-
19-
Relevant reusable assets can be found in subfolders.
20-
2116
# License
2217

2318
Copyright (c) 2023 Oracle and/or its affiliates.
2419

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

27-
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.
22+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22

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

5-
## OIC-Connectivity-Agent-and-Hybrid-Integrations
5+
# OIC-Connectivity-Agent-and-Hybrid-Integrations
66

77
oic-connectivity-agent-and-hybrid-integrations.pdf - This document contains architectures and references that should help to decide on an integration architecture on OCI. It describes the connectivity agent and uses the connectivity agent to create hybrid integrations and exchange messages between applications in private or on-premises networks and Oracle Integration.
88

9-
## Installing-OIC-agent-on-OCI
9+
# Installing-OIC-agent-on-OCI
1010

1111
installing-oic-agent-on-oci.pdf - This cookbook-style article which should demonstrate how easy it is to create and manage the connectivity between the Oracle Integration Cloud and private resources in OCI or VPN to on-premise or third-party cloud resources without public IP.
1212

13-
## When to use this asset?
13+
# When to use this asset?
1414

1515
These assets should be used whenever needed to design solutions with on-premises or private cloud resources integration.
1616

17-
## How to use this asset?
17+
# How to use this asset?
1818

19-
### OIC-Connectivity-Agent-and-Hybrid-Integrations
19+
## OIC-Connectivity-Agent-and-Hybrid-Integrations
2020

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

0 commit comments

Comments
 (0)