Skip to content

Commit bf0bd37

Browse files
committed
reduce rotate root user perms for testcase
1 parent c22c4d1 commit bf0bd37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ jobs:
380380
VAULT_PLUGIN_ENT_VERSION: ${{ steps.plugin_enterprise.outputs.version }}
381381
run: |
382382
PGPASSWORD=secret psql -h localhost -U postgres -d database -c \
383-
"CREATE USER rotate_root_user WITH PASSWORD 'rotate_root_password' SUPERUSER;"
383+
"CREATE ROLE rotate_root_user WITH LOGIN PASSWORD 'rotate_root_password' CREATEROLE;"
384384
if [[ ${{ matrix.image }} =~ "-ent" ]]; then
385385
target="testacc-ent"
386386
else

0 commit comments

Comments
 (0)