Skip to content

Commit

Permalink
Test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishanx92 committed Jan 16, 2024
1 parent 55f9cb2 commit 9d543ee
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion adapter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The following should be installed in your dev machine.
gradle build
```

This will build go binary and pack into a docker image named as `adapter:0.0.1-SNAPSHOT`.
This will build go binary and pack into a docker image named as `adapter:1.0.0-SNAPSHOT`.

3. If you ran into any issue first check whether the [prerequisites](#prerequisites) are satisfied.

Expand Down
2 changes: 1 addition & 1 deletion common-controller/internal/operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// TODO(user): Add simple overview of use/purpose

## Description
// TODO(user): An in-depth paragraph about your project and overview of use
// TODO(user): An in-depth paragraph about your project and overview of use.

## Getting Started
You’ll need a Kubernetes cluster to run against. You can use [KIND](https://sigs.k8s.io/kind) to get a local cluster for testing, or run against a remote cluster.
Expand Down
2 changes: 1 addition & 1 deletion gateway/enforcer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The following should be installed in your development machine.
+ value: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5006 -Dhttpclient.hostnameVerifier=AllowAll -Xms512m -Xmx512m -XX:MaxRAMFraction=2
```

2. Start WSO2 APK.
2. Start WSO2 API Platform for K8s.

3. Port forward the port 5006.

Expand Down
4 changes: 3 additions & 1 deletion gateway/router/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
## Router
## Router

APK router.
2 changes: 2 additions & 0 deletions idp/idp-domain-service/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## IDP Domain Service

APK IDP Domain Service.

# Functionalities.

1. Generate Token.
Expand Down
2 changes: 2 additions & 0 deletions idp/idp-ui/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
APK IDP UI

1. cd idp/idp-ui
2. npm install
3. npm run startDev
Expand Down
2 changes: 2 additions & 0 deletions ratelimiter/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Rate Limiter

APK Rate Limiter.

## Dev Guide

### Health Check
Expand Down
2 changes: 2 additions & 0 deletions runtime/config-deployer-service/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Config Deployer Service

APK Config Deployer Service.

# Functionalities.

1. Generate APK configuration (api.apk-conf) from given OAS definition.
Expand Down

0 comments on commit 9d543ee

Please sign in to comment.