Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add kubernetes deployments for the profile tests #626

Open
wants to merge 2 commits into
base: 4.2.x-profile
Choose a base branch
from
Open
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
20 changes: 0 additions & 20 deletions CHANGELOG.md

This file was deleted.

49 changes: 0 additions & 49 deletions CONTRIBUTING.md

This file was deleted.

40 changes: 1 addition & 39 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,49 +1,11 @@
## ⚠️ DISCLAIMER

Use these artifacts as a reference to build your deployment artifacts. Existing artifacts are only developed to demonstrate a reference deployment and **should not be used as is in production**.

---

# Kubernetes and Helm Resources for WSO2 API Management

*This repository contains Kubernetes and Helm Resources for container-based deployments of WSO2 API Management.*

## Kubernetes resources for API Management deployment patterns

### Simple

* [Single Node](simple/am-single/README.md)

### Advanced

#### Helm resources for API Management deployment patterns

* [Deployment Pattern 1](advanced/am-pattern-1/README.md)
* [Deployment Pattern 2](advanced/am-pattern-2/README.md)
* [Deployment Pattern 3](advanced/am-pattern-3/README.md)
* [Deployment Pattern 4](advanced/am-pattern-4/README.md)

### Update the JWKS Endpoint

The JWKS endpoint of the API Manager has the external facing hostname by default. This is not routable. To resolve this, you can alter the JWKS endpoint in the API Manager to use the API Manager's internal service name in Kubernetes.

1. Log into Admin portal - https://am.wso2.com/admin/
2. Navigate to Key Managers section and select the Resident Key Manager.
3. Change the JWKS URL in the Certificates section to `https://<cp-lb-service-name>:9443/oauth2/jwks`


### Update certificate domain names

To verify connecting peers API Manager use wso2carbon certificate. By default this only allows peers from localhost domain to connect. To allow connections from different domains you need to create a certificate with the allowed domain name list and add it to API Manager keystores. This can be done by mounting a volume with the modified keystores. You can find the APIM Manager keystores inside the *~/wso2am-4.2.0/repository/resources/security/* directory.

## Reporting issues

We encourage you to report any issues and documentation faults regarding Kubernetes and Helm resources
for WSO2 API Management. Please report your issues [here](https://github.com/wso2/kubernetes-apim/issues).

## Contact us

WSO2 developers can be contacted via the following mailing lists:

* WSO2 Developers Mailing List : [[email protected]](mailto:[email protected])
* WSO2 Architecture Mailing List : [[email protected]](mailto:[email protected])
* [Deployment Pattern 4](advanced/am-pattern-4/README.md)
20 changes: 0 additions & 20 deletions advanced/am-pattern-1/Chart.yaml

This file was deleted.

Loading