We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22c4d1 commit bf0bd37Copy full SHA for bf0bd37
1 file changed
.github/workflows/build.yml
@@ -380,7 +380,7 @@ jobs:
380
VAULT_PLUGIN_ENT_VERSION: ${{ steps.plugin_enterprise.outputs.version }}
381
run: |
382
PGPASSWORD=secret psql -h localhost -U postgres -d database -c \
383
- "CREATE USER rotate_root_user WITH PASSWORD 'rotate_root_password' SUPERUSER;"
+ "CREATE ROLE rotate_root_user WITH LOGIN PASSWORD 'rotate_root_password' CREATEROLE;"
384
if [[ ${{ matrix.image }} =~ "-ent" ]]; then
385
target="testacc-ent"
386
else
0 commit comments