Skip to content

Commit f3c8c05

Browse files
committed
Update READMEs
1 parent 71f8e67 commit f3c8c05

File tree

5 files changed

+150
-7
lines changed

5 files changed

+150
-7
lines changed

all-in-one/README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# am-all-in-one
1+
# wso2am-all-in-one
22

33
![Version: 4.4.0-1](https://img.shields.io/badge/Version-4.4.0--1-informational?style=flat-square) ![AppVersion: 4.4.0](https://img.shields.io/badge/AppVersion-4.4.0-informational?style=flat-square)
44

5-
A Helm chart for the deployment of WSO2 API Manager Single Node.
5+
A Helm chart for the deployment of WSO2 API Manager all-in-one distribution.
66

77
## Values
88

@@ -147,6 +147,8 @@ A Helm chart for the deployment of WSO2 API Manager Single Node.
147147
| wso2.apim.configurations.jwt.generatorImpl | string | `"org.wso2.carbon.apimgt.keymgt.token.JWTGenerator"` | |
148148
| wso2.apim.configurations.jwt.header | string | `"X-JWT-Assertion"` | |
149149
| wso2.apim.configurations.jwt.signingAlgorithm | string | `"SHA256withRSA"` | |
150+
| wso2.apim.configurations.keyManager.allowSubscriptionValidationDisabling | bool | `true` | |
151+
| wso2.apim.configurations.keyManager.enableLightweightAPIKeyGeneration | bool | `true` | |
150152
| wso2.apim.configurations.notification.enableAuthentication | bool | `false` | |
151153
| wso2.apim.configurations.notification.enableStartTls | bool | `false` | |
152154
| wso2.apim.configurations.notification.fromAddress | string | `nil` | |
@@ -208,6 +210,8 @@ A Helm chart for the deployment of WSO2 API Manager Single Node.
208210
| wso2.apim.configurations.token.revocation.PersistentNotifierTtl | int | `5000` | |
209211
| wso2.apim.configurations.token.revocation.PersistentNotifierUsername | string | `"root"` | |
210212
| wso2.apim.configurations.token.revocation.RealtimeNotifierTtl | int | `5000` | |
213+
| wso2.apim.configurations.transactionCounter.enabled | bool | `false` | |
214+
| wso2.apim.configurations.transactionCounter.serverId | string | `"Gateway"` | |
211215
| wso2.apim.configurations.transport.receiver.ciphers[0] | string | `"SSL_RSA_WITH_RC4_128_MD5"` | |
212216
| wso2.apim.configurations.transport.receiver.ciphers[1] | string | `"SSL_RSA_WITH_RC4_128_SHA"` | |
213217
| wso2.apim.configurations.transport.receiver.keystore.fileName | string | `"$ref{keystore.tls.file_name}"` | |
@@ -231,6 +235,8 @@ A Helm chart for the deployment of WSO2 API Manager Single Node.
231235
| wso2.apim.configurations.workflow.tokenEndpoint | string | `""` | |
232236
| wso2.apim.log4j2.appenders | string | `""` | Appenders |
233237
| wso2.apim.log4j2.loggers | string | `""` | Console loggers that can be enabled. Allowed values are AUDIT_LOG_CONSOLE, HTTP_ACCESS_CONSOLE, TRANSACTION_CONSOLE, CORRELATION_CONSOLE |
238+
| wso2.apim.mountStartupScript | bool | `false` | Startup script mount status |
239+
| wso2.apim.portOffset | int | `0` | Port Offset for APIM deployment |
234240
| wso2.apim.secureVaultEnabled | bool | `false` | Secure vauld enabled |
235241
| wso2.apim.startupArgs | string | `""` | Startup arguments for APIM |
236242
| wso2.apim.version | string | `"4.4.0"` | APIM version |
@@ -265,4 +271,4 @@ A Helm chart for the deployment of WSO2 API Manager Single Node.
265271
| wso2.deployment.startupProbe.periodSeconds | int | `10` | How often (in seconds) to perform the probe |
266272

267273
----------------------------------------------
268-
Autogenerated from chart metadata using [helm-docs v1.11.2](https://github.com/norwoodj/helm-docs/releases/v1.11.2)
274+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

distributed/control-plane/README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,12 @@ A Helm chart for the deployment of WSO2 API Management Control Plane profile
105105
| wso2.apim.configurations.gatewayType | string | `"Regular"` | |
106106
| wso2.apim.configurations.iskm.enabled | bool | `false` | If Identity Server is used as the Resident KM |
107107
| wso2.apim.configurations.iskm.serviceName | string | `""` | Kubernetes service name exposing Identity Server |
108-
| wso2.apim.configurations.iskm.servicePort | int | `9443` | Kubernetes service port exposing Identity Serve |
108+
| wso2.apim.configurations.iskm.servicePort | int | `9443` | Kubernetes service port exposing Identity Server |
109+
| wso2.apim.configurations.keyManager.allowSubscriptionValidationDisabling | bool | `true` | |
110+
| wso2.apim.configurations.keyManager.enableLightweightAPIKeyGeneration | bool | `true` | |
111+
| wso2.apim.configurations.km.enabled | bool | `false` | If Key Manager profile is separated |
112+
| wso2.apim.configurations.km.serviceName | string | `"wso2am-km-service"` | Kubernetes service name exposing Key Manager |
113+
| wso2.apim.configurations.km.servicePort | int | `9443` | Kubernetes service port exposing Key Manager |
109114
| wso2.apim.configurations.oauth_config.allowedScopes | list | `["^device_.*,openid"]` | List of allow-listed scopes |
110115
| wso2.apim.configurations.oauth_config.enableTokenEncryption | bool | `false` | Enable token encryption |
111116
| wso2.apim.configurations.oauth_config.enableTokenHashing | bool | `false` | Enable token hashing |
@@ -143,6 +148,7 @@ A Helm chart for the deployment of WSO2 API Management Control Plane profile
143148
| wso2.apim.configurations.userStore.type | string | `"database_unique_id"` | User store type. https://apim.docs.wso2.com/en/latest/administer/managing-users-and-roles/managing-user-stores/configure-primary-user-store/configuring-the-primary-user-store/ |
144149
| wso2.apim.log4j2.appenders | string | `""` | Appenders |
145150
| wso2.apim.log4j2.loggers | string | `""` | Console loggers that can be enabled. Allowed values are AUDIT_LOG_CONSOLE, HTTP_ACCESS_CONSOLE, TRANSACTION_CONSOLE, CORRELATION_CONSOLE |
151+
| wso2.apim.mountStartupScript | bool | `false` | Startup script mount status |
146152
| wso2.apim.portOffset | int | `0` | Port Offset for APIM deployment |
147153
| wso2.apim.secureVaultEnabled | bool | `false` | Secure vauld enabled |
148154
| wso2.apim.startupArgs | string | `""` | Startup arguments for APIM |
@@ -177,4 +183,4 @@ A Helm chart for the deployment of WSO2 API Management Control Plane profile
177183
| wso2.deployment.startupProbe.periodSeconds | int | `10` | How often (in seconds) to perform the probe |
178184

179185
----------------------------------------------
180-
Autogenerated from chart metadata using [helm-docs v1.11.2](https://github.com/norwoodj/helm-docs/releases/v1.11.2)
186+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

distributed/gateway/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,14 @@ A Helm chart for the deployment of WSO2 API Management Gateway profile
124124
| wso2.apim.configurations.throttling.serviceUrl | string | `"wso2am-cp-service"` | Traffic manager loadbalancer service url for throttling. If the traffic manager is separated from control-plane, all urls should be pointed to traffic-manager ones. |
125125
| wso2.apim.configurations.throttling.unlimitedTier | bool | `true` | Enable unlimited throttling tier |
126126
| wso2.apim.configurations.throttling.urls | list | `["wso2am-cp-1-service","wso2am-cp-2-service"]` | Traffic manager service urls. You only need to define one if the TM is not in HA. |
127+
| wso2.apim.configurations.transactionCounter.enabled | bool | `false` | |
128+
| wso2.apim.configurations.transactionCounter.serverId | string | `"Gateway1"` | |
127129
| wso2.apim.configurations.transport.passthru_https.sender.parameters.hostnameVerifier | string | `"AllowAll"` | Hostname verifier. https://apim.docs.wso2.com/en/latest/install-and-setup/setup/security/enabling-hostname-verification/#configuring-hostname-verification |
128130
| wso2.apim.configurations.userStore.properties | object | `{"key":"value"}` | User store properties |
129131
| wso2.apim.configurations.userStore.type | string | `"database_unique_id"` | User store type. https://apim.docs.wso2.com/en/latest/administer/managing-users-and-roles/managing-user-stores/configure-primary-user-store/configuring-the-primary-user-store/ |
130132
| wso2.apim.log4j2.appenders | string | `""` | Appenders |
131133
| wso2.apim.log4j2.loggers | string | `""` | Console loggers that can be enabled. Allowed values are AUDIT_LOG_CONSOLE, HTTP_ACCESS_CONSOLE, TRANSACTION_CONSOLE, CORRELATION_CONSOLE |
134+
| wso2.apim.mountStartupScript | bool | `false` | Startup script mount status |
132135
| wso2.apim.portOffset | int | `0` | Port Offset for APIM deployment |
133136
| wso2.apim.secureVaultEnabled | bool | `false` | Secure vauld enabled |
134137
| wso2.apim.startupArgs | string | `""` | Startup arguments for APIM |
@@ -167,4 +170,4 @@ A Helm chart for the deployment of WSO2 API Management Gateway profile
167170
| wso2.deployment.strategy.rollingUpdate.maxUnavailable | int | `0` | |
168171

169172
----------------------------------------------
170-
Autogenerated from chart metadata using [helm-docs v1.11.2](https://github.com/norwoodj/helm-docs/releases/v1.11.2)
173+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

0 commit comments

Comments
 (0)