Support mTLS connection to neo-go #116

Open
opened 2024-06-11 14:00:45 +00:00 by alexvanin · 0 comments
Owner

HTTP Gateway uses neo-go to resolve bucket names. We should support mTLS-secured connection to blockchain. See example from frostfs-node: TrueCloudLab/frostfs-node#1170

Use this configuration scheme:

mTLS:
  rpc_endpoint:
    root_cas:
      - path/to/file
    certificate: path/to/file
    key: path/to/file
HTTP Gateway uses neo-go to resolve bucket names. We should support mTLS-secured connection to blockchain. See example from frostfs-node: https://git.frostfs.info/TrueCloudLab/frostfs-node/pulls/1170 Use this configuration scheme: ``` mTLS: rpc_endpoint: root_cas: - path/to/file certificate: path/to/file key: path/to/file ```
alexvanin added this to the v0.30.0 milestone 2024-06-11 14:00:45 +00:00
r.loginov was assigned by alexvanin 2024-06-11 14:00:46 +00:00
alexvanin removed this from the v0.30.0 milestone 2024-06-19 05:53:30 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-http-gw#116
No description provided.