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

feat(rust): add support for "launch-configuration" in node's config #8808

Merged
merged 1 commit into from
Feb 24, 2025

Conversation

adrianbenavides
Copy link
Member

@adrianbenavides adrianbenavides commented Feb 21, 2025

Adds support to pass the launch-configuration (now renamed to services) as part of the node configuration:

ockam node create '{
  name: n1,
  tcp-listener-address: "127.0.0.1:14001",
  start-default-services: true,
  services: {
    control-api: {
      authentication-token: token,
      backend: true,
      frontend: true,
      http-bind-address: "127.0.0.1:14002",
      node-resolution: relay
  }}}'

@adrianbenavides adrianbenavides force-pushed the adrian/node-config-support-services branch from 1b2454e to 825c33d Compare February 21, 2025 15:30
@adrianbenavides adrianbenavides marked this pull request as ready for review February 21, 2025 15:51
@adrianbenavides adrianbenavides requested a review from a team as a code owner February 21, 2025 15:51
@adrianbenavides adrianbenavides force-pushed the adrian/node-config-support-services branch 3 times, most recently from aed9b7d to 8c85e6d Compare February 24, 2025 10:59
@adrianbenavides adrianbenavides added this pull request to the merge queue Feb 24, 2025
Merged via the queue into develop with commit 94d9698 Feb 24, 2025
46 checks passed
@adrianbenavides adrianbenavides deleted the adrian/node-config-support-services branch February 24, 2025 15:24
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.

2 participants