Tim Schwalbe
Tim Schwalbe
same issue here...
I solved it by just using `pip install cachetools` And then extracting the part I want to cache to a function and do simple caching on that function: ``` @cached(cache=TTLCache(maxsize=300,...
I am also facing this issue. can someone help please?
How can I change the base path? I have the raw swagger here bddd.com/seach-api/swagger and want to change the /docs to bddd.com/seach-api/docs
Can you explain where it is stored in plain text? because the secret is base64 encoded
@zhill the disk is only 10 GB large. I did not edit any setting and I am using the official helm chart. ``` name: anchore-engine version: 1.15.0 appVersion: 1.0.0 ```...
I started a shell in the anchore-engine pod and printed the environment variables, then I curled the api with the exact credentials given in the environment variables and get unauthorized....
the same also happens when I use the helm chart with: `helm install anchore-engine anchore/anchore-engine`  
@dspalmer99 Can you maybe help here?
Hi, yes I can acknowledge that I had to set the user/password/db in the postgres chart: [Postgres dep](https://github.com/anchore/anchore-charts/blob/master/stable/anchore-engine/deps/postgresql/values.yaml) ``` postgresUser: anchoreengine postgresPassword: anchore-postgres,123 postgresDatabase: anchore ``` Now it works!