Skip to content

Commit 5d45717

Browse files
snandamgitbook-bot
authored andcommitted
GITBOOK-1449: remove specifying healthcheck endpoint in node config
1 parent acbbd8b commit 5d45717

File tree

6 files changed

+13
-23
lines changed

6 files changed

+13
-23
lines changed

reference/command/guides/aws-marketplace/ockam-node-for-amazon-bedrock.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ ockam project ticket --expires-in 10h --usage-count 1 \
9393

9494
```json
9595
{
96-
"http-server-port": 23345,
9796
"relay": "bedrock",
9897
"tcp-outlet": {
9998
"to": "$BEDROCK_RUNTIME_ENDPOINT:443",

reference/command/guides/aws-marketplace/ockam-node-for-amazon-msk.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,12 @@ ockam project ticket --expires-in 10h --usage-count 1 \
7474
* **Enrollment ticket**: Copy and paste the content of the `outlet.ticket` generated above
7575
* **Amazon MSK Bootstrap Server with Port**: To configure the Ockam Kafka Outlet Node, you'll need to specify the bootstrap servers for your Amazon MSK cluster. This configuration allows the Ockam Kafka Outlet Node to connect to the Kafka brokers.
7676
* **Go to the MSK cluster in the AWS Management Console** and select the cluster name.
77-
* **In the Connectivity Summary** section**,** select **View Client information**, copy the **Bootstrap servers (plaintext)** string with port `9092`.
77+
* **In the Connectivity Summary** section**,** select **View Client information**, copy the **Bootstrap servers (plaintext)** string with port `9092`.
7878
* **JSON Node Configuration**: Copy and paste the below configuration. Note that the configuration values match with the enrollment tickets created in the previous step
7979

8080
```json
8181
{
8282
"name": "amazon_msk_kafka_outlet",
83-
"http-server-port": 23345,
8483
"relay": "kafka",
8584
"kafka-outlet": {
8685
"bootstrap-server": "$BOOTSTRAP_SERVER_WITH_PORT",
@@ -122,7 +121,6 @@ To set up an Inlet Node in AWS, follow similar steps as the Outlet Node setup,
122121
```json
123122
{
124123
"name": "amazon_msk_kafka_inlet",
125-
"http-server-port": 23345,
126124
"kafka-inlet": {
127125
"from": "127.0.0.1:9092",
128126
"disable-content-encryption": true,
@@ -157,7 +155,6 @@ services:
157155
- --node-config
158156
- |
159157
name: amazon_msk_kafka_inlet
160-
http-server-port: 23345
161158
ticket: ${ENROLLMENT_TICKET}
162159
163160
kafka-inlet:

reference/command/guides/aws-marketplace/ockam-node-for-amazon-rds-postgres.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ ockam project ticket --expires-in 10h --usage-count 1 \
7575

7676
```json
7777
{
78-
"http-server-port": 23345,
7978
"relay": "postgres",
8079
"tcp-outlet": {
8180
"to": "$POSTGRES_ENDPOINT:5432",
@@ -107,7 +106,7 @@ You can set up an Ockam Postgres Inlet Node either in AWS or locally using Docke
107106
**Option 1: Setup Inlet Node in AWS**
108107

109108
* Login to AWS Account you would like to use
110-
* Subscribe to "[Ockam - Node" ](https://aws.amazon.com/marketplace/pp/prodview-gov6p3wh224ho?sr=0-1\&ref\_=beagle\&applicationId=AWSMPContessa) in AWS Marketplace 
109+
* Subscribe to "[Ockam - Node" ](https://aws.amazon.com/marketplace/pp/prodview-gov6p3wh224ho?sr=0-1\&ref_=beagle\&applicationId=AWSMPContessa) in AWS Marketplace 
111110
* Navigate to `AWS Marketplace -> Manage subscriptions`. Select `Ockam - Node` from the list of subscriptions. Select `Actions-> Launch Cloudformation stack` 
112111
* Select the Region you want to deploy and click `Continue to Launch`. Under Actions, select `Launch Cloudformation`
113112
* Create stack with below details
@@ -120,8 +119,7 @@ You can set up an Ockam Postgres Inlet Node either in AWS or locally using Docke
120119
* **`JSON Node Configuration`**: Copy and paste the below configuration.  
121120

122121
<pre class="language-json"><code class="lang-json"><strong>{
123-
</strong> "http-server-port": 23345,
124-
"tcp-inlet": {
122+
</strong> "tcp-inlet": {
125123
"from": "0.0.0.0:15432",
126124
"via": "postgres",
127125
"allow": "amazon-rds-postgres-outlet"

reference/command/guides/aws-marketplace/ockam-node-for-amazon-redshift.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ockam enroll
4141

4242
3. Control which identities are allowed to enroll themselves into your project by issuing unique one-time use enrollment tickets. Generate two enrollment tickets, one for the Outlet and one for the Inlet.
4343

44-
```
44+
```bash
4545
# Enrollment ticket for Ockam Outlet Node
4646
ockam project ticket --expires-in 10h --usage-count 1 \
4747
--attribute amazon-redshift-outlet \
@@ -107,7 +107,7 @@ You can set up an Ockam Redshift Inlet Node either in AWS or locally using Docke
107107
**Option 1: Setup Inlet Node in AWS**
108108

109109
* Login to AWS Account you would like to use
110-
* Subscribe to "[Ockam - Node" ](https://aws.amazon.com/marketplace/pp/prodview-gov6p3wh224ho?sr=0-1\&ref\_=beagle\&applicationId=AWSMPContessa) in AWS Marketplace&#x20;
110+
* Subscribe to "[Ockam - Node" ](https://aws.amazon.com/marketplace/pp/prodview-gov6p3wh224ho?sr=0-1\&ref_=beagle\&applicationId=AWSMPContessa) in AWS Marketplace&#x20;
111111
* Navigate to `AWS Marketplace -> Manage subscriptions`. Select `Ockam - Node` from the list of subscriptions. Select `Actions-> Launch Cloudformation stack`&#x20;
112112
* Select the Region you want to deploy and click `Continue to Launch`. Under Actions, select `Launch Cloudformation`
113113
* Create stack with below details
@@ -119,7 +119,7 @@ You can set up an Ockam Redshift Inlet Node either in AWS or locally using Docke
119119
* **Enrollment ticket**: Copy and paste the content of the `inlet.ticket` generated above
120120
* **JSON Node Configuration**: Copy and paste the below configuration. &#x20;
121121

122-
```
122+
```bash
123123
{
124124
"http-server-port": 23345,
125125
"tcp-inlet": {

reference/command/guides/aws-marketplace/ockam-node-for-amazon-timestream-influxdb.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ ockam project ticket --expires-in 10h --usage-count 1 \
6262
* &#x20;Use Influx CLI to create a token. For instructions, please see: [Install and use the influx CLI](https://docs.influxdata.com/influxdb/v2/tools/influx-cli/).
6363
* Configure your CLI to use `--username-password` to be able to create the operator:
6464

65-
```
65+
```bash
6666
INFLUXDB_ORG="REPLACE_WITH_ORG_NAME"
6767
INFLUXDB_USERNAME="REPLACE_WITH_USERNAME"
6868
INFLUXDB_PASSWORD="REPLACE_WITH_PASSWORD"
@@ -88,7 +88,7 @@ influx auth create --all-access --json | jq -r .token
8888

8989
* Create influxDB token as secret within secret manager. Note the ARN of the secret.
9090

91-
```
91+
```bash
9292
SECRET_NAME="influxdb-token" #Update as necessary
9393
INFLUXDB_TOKEN="REPLACE_WITH_TOKEN"
9494
AWS_REGION="us-east-1"
@@ -147,8 +147,7 @@ aws secretsmanager describe-secret --secret-id $SECRET_NAME --query ARN --output
147147
* **NodeConfig**: Copy and paste the below configuration. Note that the configuration values match with the enrollment tickets created in the previous step. `INFLUX_ENDPOINT`, `INFLUX_ORG_ID` and `INFLUX_TOKEN` will be replaced during runtime.
148148

149149
<pre class="language-json"><code class="lang-json"><strong>{
150-
</strong> "http-server-port": 23345,
151-
"relay": "influxdb",
150+
</strong> "relay": "influxdb",
152151
"influxdb-outlet": {
153152
"to": "INFLUX_ENDPOINT:8086",
154153
"tls": true,
@@ -377,7 +376,7 @@ ENROLLMENT_TICKET=$(cat inlet.ticket) docker-compose up -d
377376
docker exec -it influxdb-inlet /ockam node show
378377
```
379378

380-
* Connect to influxdb**-client** container and run commands
379+
* Connect to influxd&#x62;**-client** container and run commands
381380

382381
<pre class="language-bash"><code class="lang-bash"># Connect to the container
383382
<strong>docker exec -it node-app /bin/bash
@@ -395,7 +394,7 @@ node app.mjs
395394
**Option 2: Setup Inlet Node in AWS**
396395

397396
* Login to AWS Account you would like to use
398-
* Subscribe to "[Ockam - Node" ](https://aws.amazon.com/marketplace/pp/prodview-gov6p3wh224ho?sr=0-1\&ref\_=beagle\&applicationId=AWSMPContessa) in AWS Marketplace&#x20;
397+
* Subscribe to "[Ockam - Node" ](https://aws.amazon.com/marketplace/pp/prodview-gov6p3wh224ho?sr=0-1\&ref_=beagle\&applicationId=AWSMPContessa) in AWS Marketplace&#x20;
399398
* Navigate to `AWS Marketplace -> Manage subscriptions`. Select `Ockam - Node` from the list of subscriptions. Select `Actions-> Launch Cloudformation stack`&#x20;
400399
* Select the Region you want to deploy and click `Continue to Launch`. Under Actions, select `Launch Cloudformation`
401400
* Create stack with below details
@@ -409,7 +408,6 @@ node app.mjs
409408

410409
```json
411410
{
412-
"http-server-port": 23345,
413411
"influxdb-inlet": {
414412
"from": "0.0.0.0:8086",
415413
"allow": "amazon-influxdb-outlet",

reference/command/guides/aws-marketplace/ockam-node.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ockam project ticket --expires-in 10h --usage-count 1 \
5151
### Setup Ockam Outlet Node
5252

5353
* Login to AWS Account you would like to use
54-
* Subscribe to "[Ockam - Node" ](https://aws.amazon.com/marketplace/pp/prodview-gov6p3wh224ho?sr=0-1\&ref\_=beagle\&applicationId=AWSMPContessa) in AWS Marketplace&#x20;
54+
* Subscribe to "[Ockam - Node" ](https://aws.amazon.com/marketplace/pp/prodview-gov6p3wh224ho?sr=0-1\&ref_=beagle\&applicationId=AWSMPContessa) in AWS Marketplace&#x20;
5555
* Navigate to `AWS Marketplace -> Manage subscriptions`. Select `Ockam - Node` from the list of subscriptions. Select `Actions-> Launch Cloudformation stack`&#x20;
5656
* Select the Region you want to deploy and click `Continue to Launch`. Under Actions, select `Launch Cloudformation`
5757
* Create stack with below details
@@ -66,7 +66,6 @@ ockam project ticket --expires-in 10h --usage-count 1 \
6666
```json
6767
{
6868
"name": "outlet_node",
69-
"http-server-port": 23345,
7069
"relay": "outlet",
7170
"tcp-outlet": {
7271
"to": "localhost:7777",
@@ -92,7 +91,7 @@ ockam project ticket --expires-in 10h --usage-count 1 \
9291
### Setup Ockam Inlet Node
9392

9493
* Login to AWS Account you would like to use
95-
* Subscribe to "[Ockam - Node" ](https://aws.amazon.com/marketplace/pp/prodview-gov6p3wh224ho?sr=0-1\&ref\_=beagle\&applicationId=AWSMPContessa) in AWS Marketplace&#x20;
94+
* Subscribe to "[Ockam - Node" ](https://aws.amazon.com/marketplace/pp/prodview-gov6p3wh224ho?sr=0-1\&ref_=beagle\&applicationId=AWSMPContessa) in AWS Marketplace&#x20;
9695
* Navigate to `AWS Marketplace -> Manage subscriptions`. Select `Ockam - Node` from the list of subscriptions. Select `Actions-> Launch Cloudformation stack`&#x20;
9796
* Select the Region you want to deploy and click `Continue to Launch`. Under Actions, select `Launch Cloudformation`
9897
* Create stack with below details
@@ -107,7 +106,6 @@ ockam project ticket --expires-in 10h --usage-count 1 \
107106
```json
108107
{
109108
"name": "inlet_node",
110-
"http-server-port": 23345,
111109
"tcp-inlet": {
112110
"from": "0.0.0.0:17777",
113111
"via": "outlet",

0 commit comments

Comments
 (0)