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

docs/node/ias: Update config file for 23.0 #648

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

amela
Copy link
Member

@amela amela commented Nov 28, 2023

Migrated with oasis-node config migrate

I do not know if the script migrated config correctly. This got omitted:

grpc:
  port: 8650

@amela amela requested a review from kostko November 28, 2023 09:20
Copy link

netlify bot commented Nov 28, 2023

Deploy Preview for trusting-archimedes-14c863 ready!

Name Link
🔨 Latest commit 2ed3d99
🔍 Latest deploy log https://app.netlify.com/sites/trusting-archimedes-14c863/deploys/65664a23e2eda40008be77c2
😎 Deploy Preview https://deploy-preview-648--trusting-archimedes-14c863.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@amela amela force-pushed the amela/update-ias-config-for-23.0 branch from 7d15a3e to 8062364 Compare November 28, 2023 11:09
@amela amela requested a review from ptrus November 28, 2023 11:12
```

## Starting the IAS Proxy

You can start the IAS Proxy using the following command:

```bash
oasis-node ias proxy --config /node/ias/config.yml --address unix:{{ oasis_node_socket }}
/srv/node/bin/oasis-node ias proxy \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You used the paths from my config, please adapt them to be consistent with the other docs (e.g. /node/...).

@amela amela force-pushed the amela/update-ias-config-for-23.0 branch from 8062364 to ed62eb2 Compare November 28, 2023 19:15
@amela amela requested a review from kostko November 28, 2023 19:16
oasis-node ias proxy --config /node/ias/config.yml --address unix:{{ oasis_node_socket }}
oasis-node ias proxy \
--config /node/ias/config.yml \
--address {{ oasis_node_socket }} \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
--address {{ oasis_node_socket }} \
--address unix:{{ oasis_node_socket }} \

@amela amela force-pushed the amela/update-ias-config-for-23.0 branch from ed62eb2 to 5e2fa27 Compare November 28, 2023 20:10
@amela amela force-pushed the amela/update-ias-config-for-23.0 branch from 5e2fa27 to 2ed3d99 Compare November 28, 2023 20:14
@amela amela enabled auto-merge November 28, 2023 20:15
@amela amela merged commit 025a3a1 into main Nov 28, 2023
2 checks passed
@amela amela deleted the amela/update-ias-config-for-23.0 branch November 28, 2023 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants