Skip to content

Commit c867208

Browse files
authored
Merge pull request #19 from Axway-API-Management-Plus/cassandra_consistency_level
Cassandra consistency level
2 parents d3e12eb + 842dae5 commit c867208

File tree

4 files changed

+137
-83
lines changed

4 files changed

+137
-83
lines changed

README.md

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ $export smtp_manager_url=smtp.axway.com
7171
$export httpbasic_backend=changme
7272
```
7373

74-
- Disable Cassandra SSL
75-
```bash
76-
$export cassandra_disablessl=true
77-
```
78-
7974
- Disable HTTPS Interfaces
8075

8176
```bash
@@ -95,6 +90,20 @@ $export disablehttp_portname=true
9590
- Radius
9691
```bash
9792
```
93+
### Cassandra
94+
95+
- Disable Cassandra SSL
96+
```bash
97+
$export cassandra_disablessl=true
98+
```
99+
100+
- Setup Cassandra read and write Consistency level
101+
102+
```bash
103+
$export cassandraconsistency_readlevel=QUORUM
104+
$export cassandraconsistency_writelevel=QUORUM
105+
```
106+
Possible consistency level **ONE, TWO, THREE, QUORUM, LOCAL_QUORUM, LOCAL_ONE, ALL**
98107

99108
- Cassandra Certificate reference
100109
```bash
@@ -119,7 +128,11 @@ PLHu3INlHcXQs3AY0wNBLhL2jBwZ0uwBYK+entFpCgb+Z+RQ+uxs3joYuKEMj6M6
119128
$export cassandraCert_root = /opt/Axway/apigateway/certs/cassandra.pem
120129
```
121130

122-
- x509 Cert - to trust the backend root and intermediate certificates. In order to use the feature, connect to URL filter should be enabled with "trust all Certificates in the certificate store"
131+
132+
133+
### Connect to URL
134+
135+
- Connect to URL One way SSL - to trust the backend root and intermediate certificates. In order to use the feature, connect to URL filter should be enabled with "trust all Certificates in the certificate store"
123136

124137

125138
![connect to URL](images/connect_to_url.png)
@@ -178,7 +191,7 @@ s2+QnHEKNi5n6eyF81l1X3AGOMp2uUF4CfU=
178191
-----END CERTIFICATE-----"
179192
```
180193
181-
- Connect to URL SSL ( 2-Way SSL / Mutual SSL) Authentication
194+
- Connect to URL 2-Way SSL / Mutual SSL Authentication
182195
183196
To update Connect to URL SSL certificate, there are two environment variables used to set up certificate for SSL Authentication
184197
@@ -197,7 +210,9 @@ $export connecttourlcertandkey_sslauth=changeit
197210
```
198211
**sslauth** is the name of Connect to URL filter **WARNING**: Do not use blank spaces in Connect to URL filter name.
199212

200-
![secureport Interface](images/connect2urlsslauth.PNG)
213+
![connect_to_url client_auth](images/connect2urlsslauth.PNG)
214+
215+
### Https Listener
201216

202217
- PKCS12 - To update the https listener certificate. There are two environment variables used to set up certificate on Listener interface
203218

domain.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ openssl pkcs12 -export -in signedbyCA.crt -inkey dss-key.pem -out domain.p12 -ch
8787
- Configure environment variable (docker-compose / kubernetes deployment)
8888

8989
```yaml
90+
volumes:
91+
- /Users/rnatarajan/APIM/apigw-emt-scripts-2.1.0-SNAPSHOT/certs/dss/p12:/opt/Axway/apigateway/groups/certs/
9092
# docker-compose.yaml example
9193
environment:
9294
EMT_TOPOLOGY_LOG_ENABLED: 'true'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.axway</groupId>
88
<artifactId>apim-env-module</artifactId>
9-
<version>1.1.4</version>
9+
<version>1.1.5</version>
1010

1111
<name>apim-env-module</name>
1212
<url>https://axway.com</url>

0 commit comments

Comments
 (0)