Skip to content

Commit

Permalink
ir: Add s04 self-signed SSL cert
Browse files Browse the repository at this point in the history
It allows s04 availability check by the IR after the nspcc-dev/neofs-node#2475.

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
  • Loading branch information
carpawell committed Sep 8, 2023
1 parent 94eea00 commit 33b6785
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Basenet settings
LOCAL_DOMAIN=neofs.devenv
IPV4_PREFIX=192.168.130
CA_CERTS_TRUSTED_STORE=./vendor/certs
CA_CERTS_TRUSTED_STORE=${PWD}/vendor/certs

# Bastion image
BASTION_VERSION=10
Expand Down
2 changes: 1 addition & 1 deletion services/ir/artifacts.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
LOCODE_DB_ARCHIVE_PATH=./vendor
LOCODE_DB_ARCHIVE_FILE=locode_db.gz

get.ir: get.locode get.cli
get.ir: get.locode get.cli get.storage prepare.storage

# Get NeoFS LOCODE database
get.locode: LOCODE_DB_PATH?=
Expand Down
1 change: 1 addition & 0 deletions services/ir/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ services:
- ./healthcheck.sh:/healthcheck.sh
- ./cli-cfg.yml:/cli-cfg.yml
- ./cfg:/etc/neofs/ir
- ${CA_CERTS_TRUSTED_STORE}/s04.${LOCAL_DOMAIN}.tls.crt:/etc/ssl/certs/s04tls.crt
env_file: [ ".env", ".ir.env", ".int_test.env" ]
command: [ "neofs-ir", "--config", "/etc/neofs/ir/config.yml" ]
healthcheck:
Expand Down

0 comments on commit 33b6785

Please sign in to comment.