Thomas Schaffter
Thomas Schaffter
> In Elasticsearch 7.17, authentication and authorization are not enabled by default. However, security features, including authentication and role-based access control (RBAC), are included and can be enabled if you...
@vpchung Here are a template project for Python scripts that you could use for reference. This will make the project portable, easier to develop, and enable the CI/CD workflow to...
## Update This PR is parked until Verena's return.
> [!WARNING] > This branch was created before the repo migrated to pnpm as the Node.js package manager. Consider creating a new branch from `main`. Alternatively, we could meet in...
This PR hasn't been updated in a while so I'll go ahead and close it. Since this branch still relies on the Yarn package manager, it would be easier to...
@enlight3d Have you found a solution for specifying inputs using environment variables as you described earlier?
I encountered the same issue while using NiFi v2.0.0. Allowing users to explicitly specify an SSL context, similar to how this [NiFi Java client handles it](https://github.com/apache/ranger/blob/master/plugin-nifi/src/main/java/org/apache/ranger/services/nifi/client/NiFiClient.java), could improve the usability...
## TIme needed to check Python dependencies Schematic API: ```console $ hyperfine --warmup 1 --prepare 'nx prepare-python schematic-api' --runs 10 'nx prepare-python schematic-api' Benchmark 1: nx prepare-python schematic-api Time (mean...
Similar issues submitted to other Thumbor Docker images: - https://github.com/thumbor/thumbor-aws/issues/40 - https://github.com/mvhirsch/thumbor-docker/pull/12
I can successfully download an image in the S3 bucket with the AWS CLI from inside the Thumbor container. This command is run right after installing the AWS CLI client,...