Shubham Hibare
Shubham Hibare
Problem: We have an application, which perform TLD operation using celery workers. As we have a couple of celery workers, whenever cache_file update is called, it only updates the file...
Add support for collection API, such as add replica, move replica, delete replica
Add an example to host this application behind caddy server.
### Description Docker Engine is running in swarm mode. I manually created an overlay attachable network foo on the manager node. Docker Compose services on the manager node start and...
Addresses issue https://github.com/anchore/grype/issues/1627 This PR adds checksum.txt file signature verification before downloading and installing actual binary. This is an optional opt-in feature using command line flag `-v` to installation script....
**What would you like to be added**: Grype simplifies the installation process through a convenient script. The current script includes a checksum validation step for the binary being installed. Since...
**What steps did you take and what happened:** If we are using external MySQL and pass connection string as `ARCHIVISTA_SQL_STORE_CONNECTION_STRING=root:example@db/testify` will result in app startup error ```bash archivista-1 | May...
## What this PR does / why we need it This adds a function to ensure the connection string has tcp() wrapped around host part. This is required by the...