Support mTLS connection to neo-go #405

Open
opened 2024-06-11 13:57:59 +00:00 by alexvanin · 0 comments
Owner

S3 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
S3 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 13:57:59 +00:00
r.loginov was assigned by alexvanin 2024-06-11 13:57:59 +00:00
alexvanin removed this from the v0.30.0 milestone 2024-06-19 05:53:40 +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-s3-gw#405
No description provided.