Skip to content

Commit 16d0004

Browse files
rgw: changes to vstart.sh file - adding oidc-provider caps to
user to run oidc provider iam tests in teuthology. Signed-off-by: Pritha Srivastava <prsrivas@redhat.com>
1 parent 55d17c0 commit 16d0004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vstart.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1854,7 +1854,7 @@ do_rgw_create_users()
18541854
--access-key ABCDEFGHIJKLMNOPQRST \
18551855
--secret abcdefghijklmnopqrstuvwxyzabcdefghijklmn \
18561856
--display-name youruseridhere \
1857-
--email s3@example.com --caps="roles=*;user-policy=*" -c $conf_fn > /dev/null
1857+
--email s3@example.com --caps="roles=*;user-policy=*;oidc-provider=*" -c $conf_fn > /dev/null
18581858
$CEPH_BIN/radosgw-admin user create \
18591859
--uid 56789abcdef0123456789abcdef0123456789abcdef0123456789abcdef01234 \
18601860
--access-key NOPQRSTUVWXYZABCDEFG \

0 commit comments

Comments
 (0)