cdn-ops/global
Patrik Lundin c386349271
cdn db init: secure schema usage
Trying to run goose for creating database contents failed:
```
2024/11/14 11:59:13 goose run: failed to ensure DB version: ERROR: permission denied for schema public (SQLSTATE 42501)
```

This seems to be because PostgreSQL 15 removed the default CREATE
permission in the public schema for users other than the database owner.

Instead we create a user-specific schema owned by that same user and
leave the public schema unused.
2024-11-14 13:01:06 +01:00
..
delete/etc/cosmos/keys Update to new key standard 2024-10-04 17:16:23 +02:00
overlay cdn db init: secure schema usage 2024-11-14 13:01:06 +01:00
post-tasks.d Make sure that COSMOS_BASE is only readable 2023-11-17 15:03:47 +01:00
pre-tasks.d Do not install ntp with cosmos script 2024-10-17 16:36:45 +02:00