Skip to content
Snippets Groups Projects
Commit 7aceb82b authored by Alexander Turenko's avatar Alexander Turenko Committed by Alexander Turenko
Browse files

test/config: fix password format in etcd example

The instance config schema was changed in commit 4bb1eb0e ("config:
remove hashes from credentials.password"), but an example of a config
for etcd was not updated.

The example is tested on Tarantool EE, so we should update it to fix the
testing failure.

Part of #8967

NO_DOC=It is a fix of the testing problem.
NO_CHANGELOG=see NO_DOC
NO_TEST=It is a fix of a test in fact.
parent 6cfb54f7
No related branches found
No related tags found
No related merge requests found
credentials:
users:
replicator:
password:
plain: 'topsecret'
password: 'topsecret'
roles: [replication]
client:
password:
plain: 'secret'
password: 'secret'
roles: [super]
groups:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment