You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If this command works curl -v https://storage.sim4life.io:443/v0/ -u admin:${SERVICES_PASSWORD}; it provides a reply similar to {"data": {"name": "simcore_service_storage", "api_version": "0.3.0", "version": "0.3.0"}}
set the following env var DIRECTOR_V2_NODE_PORTS_STORAGE_AUTH='{"STORAGE_USERNAME": "admin", "STORAGE_PASSWORD": "__REPALCE_ME__", "STORAGE_HOST": "storage.sim4life.io", "STORAGE_PORT": "443", "STORAGE_SECURE": "1"}'NOTE STORAGE_PASSWORD should contain ${SERVICES_PASSWORD} the password in clear text -> have a look at AWS master fo guidelines
in case it does not work, we need to ask @YuryHrytsuk why the traffic basic auth is not configured in a similar way as it is for AWS master.
Release version
1.67.0
Commit SHA
bed592156a9e5d8f9bd590fbc67c1ebde904dc7b
Previous pre-release
https://github.com/ITISFoundation/osparc-simcore/releases/tag/staging_Schoggilebe3
Did the commit CI suceeded?
Motivation
Release to sim4life.io
Changes
node_ports
is capable of talking with storage using basic auth ⚠️ #5361 by @GitHKSTORAGE_SECURE
toStorageAuthSettings
#5366 by @GitHKsimcore_sdk
endpoints that were missing it #5374 by @GitHKdynamic-sidecar
fails to boot if external dependencies are not present #5349 by @GitHK$MACHINE_FQDN
from resource usage tracker #5411 by @mrnicegyu11director-v2
's dynamic scheduler monitoring task runs exclusively #5401 by @GitHKDevOps after:
Devops check 👷
Tests assessment: e2e testing check 🧪
No response
Test assessment: targeted-testing 🔍️
No response
Test assessment: user-testing 🧐
No response
Summary 📝
{"start": "2023-03-06T13:00:00.000Z", "end": "2023-03-06T15:00:00.000Z", "reason": "Release <vX.X.0>"}
Releasing 🚀
cd /deployment/production/osparc-ops-environments make up-maintenance make down-maintenance
simcore-service-director-v2 close-and-save-service <uuid>
https://testing.osparc.speag.com/
The text was updated successfully, but these errors were encountered: