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
When executing ./bin/start_conjur the following error occurs: WARN[0000] network default: network.external.name is deprecated. Please set network.name with external: true
Steps to Reproduce
From root, run ./bin/start_conjur.
Expected Results
Conjur Open Source should be Docker Composed into an external network called openapi-spec without warning.
Actual Results
Everything successfully takes place but with a warning message regarding deprecation.
Reproducible
Always
Version/Tag number
cyberark/conjur:edge
Docker Desktop for MacOS v4.17.0 (99724)
Docker Compose v2.15.1
Environment setup
Docker Desktop for MacOS
The text was updated successfully, but these errors were encountered:
Summary
When executing
./bin/start_conjur
the following error occurs:WARN[0000] network default: network.external.name is deprecated. Please set network.name with external: true
Steps to Reproduce
./bin/start_conjur
.Expected Results
Conjur Open Source should be Docker Composed into an external network called
openapi-spec
without warning.Actual Results
Everything successfully takes place but with a warning message regarding deprecation.
Reproducible
Version/Tag number
Environment setup
Docker Desktop for MacOS
The text was updated successfully, but these errors were encountered: