cephfs_ganesha_server_password should be secret

Change-Id: I5e73e812cff463889e31c2370a1af26c17b50bf3
(cherry picked from commit 3392829c7d)
This commit is contained in:
Takashi Kajinami 2021-09-23 22:39:39 +09:00
parent cc7e52cda0
commit 8c9c2ab305
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ define manila::backend::cephfs (
"${name}/cephfs_ganesha_export_ips": value => $cephfs_ganesha_export_ips;
"${name}/cephfs_ganesha_server_is_remote": value => $cephfs_ganesha_server_is_remote;
"${name}/cephfs_ganesha_server_username": value => $cephfs_ganesha_server_username;
"${name}/cephfs_ganesha_server_password": value => $cephfs_ganesha_server_password;
"${name}/cephfs_ganesha_server_password": value => $cephfs_ganesha_server_password, secret => true;
"${name}/cephfs_ganesha_path_to_private_key": value => $cephfs_ganesha_path_to_private_key;
"${name}/cephfs_volume_mode": value => $cephfs_volume_mode;
"${name}/cephfs_protocol_helper_type": value => $cephfs_protocol_helper_type;