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

aeon: connect by a credentials found in a config #1051

Open
oleg-jukovec opened this issue Dec 3, 2024 · 0 comments
Open

aeon: connect by a credentials found in a config #1051

oleg-jukovec opened this issue Dec 3, 2024 · 0 comments
Labels
3sp feature A new functionality teamE

Comments

@oleg-jukovec
Copy link
Contributor

Aeon exports an URI and params to connect into the aeon.grpc role as an advertise URI (not listen):

instances:
  aeon-grpc-router-001:
    roles_cfg:
      aeon.grpc:
        listen:
          uri: 'http://localhost:50051/'
          params:
            transport: 'ssl'
            ssl_key_file: './ssl_cert/server.key'
            ssl_cert_file: './ssl_cert/server.crt'
        advertise:
          uri: 'http://localhost:50051/'
          params:
            transport: 'ssl'

The command:

tt aeon connect -c config instance

Should be able to connect to an instance described in the cluster config.

@oleg-jukovec oleg-jukovec added teamE 3sp feature A new functionality labels Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3sp feature A new functionality teamE
Projects
None yet
Development

No branches or pull requests

1 participant