commit | 6b4bc775bfabf8cc1862443b67a247731a79bcf1 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Wed Jun 19 17:49:43 2024 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Thu Jun 20 09:47:27 2024 +0100 |
tree | 83c6edfce5f40468ea5cdcc1dda9bd554636c2b5 | |
parent | cc32fe20832ea07c3a3388e87df777258686e5d5 [diff] |
Fix updating replication credentials using te RepicationRemotesApi The implementation of the ReplicationRemotesApi for updating a remote introduced with I8003ec6c827 has wrongly saved the credentials (username) in the repication.config rather than in the SecureStore, causing the generation of non-functioning replication configs. The credentials are read from the secure.config (or other SecureStore) as documented in [1]. [1] https://gerrit.googlesource.com/plugins/replication/+/refs/heads/master/src/main/resources/Documentation/config.md#file-2 Change-Id: I644d73bc69589189a8762de98d1c58c263abcfd4