We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2460fb4 commit ecb1b6bCopy full SHA for ecb1b6b
1 file changed
modules/container-configbaker/scripts/bootstrap/demo/init.sh
@@ -33,6 +33,7 @@ echo ""
33
echo "Revoke the key that allows for creation of builtin users..."
34
curl -sS -X DELETE "${DATAVERSE_URL}/api/admin/settings/BuiltinUsers.KEY"
35
36
+# TODO: stop using these deprecated database settings. See https://github.com/IQSS/dataverse/pull/11454
37
echo ""
38
echo "Set key for accessing blocked API endpoints..."
39
curl -sS -X PUT -d "$BLOCKED_API_KEY" "${DATAVERSE_URL}/api/admin/settings/:BlockedApiKey"
0 commit comments