From: Varsha Rao Date: Wed, 14 Apr 2021 11:51:23 +0000 (+0530) Subject: src/vstart: create rgw user with system flag X-Git-Tag: v16.2.5~10^2~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e3e1fbeb7188aba5f75f7de5f5c052338b607802;p=ceph.git src/vstart: create rgw user with system flag As dashboard requires the system flag to be enabled. Signed-off-by: Varsha Rao (cherry picked from commit 0d0cd4c6b0e8bbeaa71f54c831d67ef880e58016) --- diff --git a/src/vstart.sh b/src/vstart.sh index 3454d7db5bf..ddb6b2b33e2 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -1472,7 +1472,7 @@ do_rgw_create_users() local akey='0555b35654ad1656d804' local skey='h7GhxuBLTrlhVUyxSPUKUV8r/2EI4ngqJxD7iBdBYLhwluN30JaT3Q==' debug echo "setting up user testid" - $CEPH_BIN/radosgw-admin user create --uid testid --access-key $akey --secret $skey --display-name 'M. Tester' --email tester@ceph.com -c $conf_fn > /dev/null + $CEPH_BIN/radosgw-admin user create --uid testid --access-key $akey --secret $skey --display-name 'M. Tester' --email tester@ceph.com --system -c $conf_fn > /dev/null # Create S3-test users # See: https://github.com/ceph/s3-tests