Oliver
Oliver
If we enable parallel_plan, it would be good to have a configuration item for how many parallel to run. Even a 2x parallel would be a huge relief for us
The merged PR applies to the base repository schema so it applied to all repository types. This is working as expected for an npm repo: - I applied the terraform...
This is caused by AWS SSE not being configured correct. See the notes from the AWS bucket provider: ``` // The server-side encryption algorithm used when storing this object in...
A config file would still be helpful. It'd be _very_ slick to have the concept of "contexts" (like in kubectl), but even a static config file could be swapped out...
> The workflow you are trying to support is using vault to generate the certs instead of CRDBs self-signed version? Yes, in general that's what I'm trying to support. Though,...
I found a workaround to this issue: once you add your encounter, click on the 3-dots in the upper right corner and select "Switch Party". This will wipe all added...
Yeah, the migration shows as running: ``` {"event": "Finished authentik bootstrap", "level": "info", "logger": "authentik.lib.config", "timestamp": 1760021392.1163533} 2025-10-09 14:49:52 [info ] waiting to acquire database lock 2025-10-09 14:49:52 [info ]...
I was able to track this down by looking at the tables in psql and I identified that the python migrations were creating tables in the `authentik` schema and not...