didx-xyz / aries-cloudapi-python

Apache License 2.0
12 stars 8 forks source link

Version 1.0 release #328

Closed ff137 closed 11 months ago

ff137 commented 1 year ago
ff137 commented 1 year ago

Can maybe include: cleaning up of default log levels, and I was wondering about renaming some pods: e.g. governance-ga-agent

Regarding logs, there are a lot of unnecessary redirects which I want to include a fix for too:

governance-webhooks-web            | INFO:     172.20.0.10:51088 - "POST /multitenant/topic/connections/ HTTP/1.1" 307 Temporary Redirect
governance-webhooks-web            | INFO:     172.20.0.10:51088 - "POST /multitenant/topic/connections HTTP/1.1" 204 No Content
governance-webhooks-web            | INFO:     172.20.0.10:51088 - "POST /multitenant/topic/connections/ HTTP/1.1" 307 Temporary Redirect
governance-webhooks-web            | INFO:     172.20.0.10:51088 - "POST /multitenant/topic/connections HTTP/1.1" 204 No Content
governance-webhooks-web            | INFO:     172.20.0.10:51088 - "POST /multitenant/topic/out_of_band/ HTTP/1.1" 307 Temporary Redirect
governance-webhooks-web            | INFO:     172.20.0.10:51088 - "POST /multitenant/topic/out_of_band HTTP/1.1" 204 No Content
governance-webhooks-web            | INFO:     172.20.0.10:51110 - "POST /multitenant/topic/out_of_band/ HTTP/1.1" 307 Temporary Redirect
governance-webhooks-web            | INFO:     172.20.0.10:51112 - "POST /multitenant/topic/out_of_band/ HTTP/1.1" 307 Temporary Redirect
governance-webhooks-web            | INFO:     172.20.0.10:51110 - "POST /multitenant/topic/out_of_band HTTP/1.1" 204 No Content
governance-webhooks-web            | INFO:     172.20.0.10:51112 - "POST /multitenant/topic/out_of_band HTTP/1.1" 204 No Content
governance-webhooks-web            | INFO:     172.20.0.9:38732 - "POST /governance/topic/connections/ HTTP/1.1" 307 Temporary Redirect
governance-webhooks-web            | INFO:     172.20.0.9:38732 - "POST /governance/topic/connections HTTP/1.1" 204 No Content
governance-webhooks-web            | INFO:     172.20.0.9:38732 - "POST /governance/topic/out_of_band/ HTTP/1.1" 307 Temporary Redirect
governance-webhooks-web            | INFO:     172.20.0.9:38732 - "POST /governance/topic/out_of_band HTTP/1.1" 204 No Content
governance-webhooks-web            | INFO:     172.20.0.9:38732 - "POST /governance/topic/connections/ HTTP/1.1" 307 Temporary Redirect
governance-webhooks-web            | INFO:     172.20.0.9:38732 - "POST /governance/topic/connections HTTP/1.1" 204 No Content
governance-webhooks-web            | INFO:     172.20.0.10:51112 - "POST /multitenant/topic/connections/ HTTP/1.1" 307 Temporary Redirect
governance-webhooks-web            | INFO:     172.20.0.10:51112 - "POST /multitenant/topic/connections HTTP/1.1" 204 No Content
governance-webhooks-web            | INFO:     172.20.0.10:51112 - "POST /multitenant/topic/connections/ HTTP/1.1" 307 Temporary Redirect
governance-webhooks-web            | INFO:     172.20.0.10:51112 - "POST /multitenant/topic/connections HTTP/1.1" 204 No Content
governance-webhooks-web            | INFO:     172.20.0.9:38732 - "POST /governance/topic/connections/ HTTP/1.1" 307 Temporary Redirect
governance-webhooks-web            | INFO:     172.20.0.9:38732 - "POST /governance/topic/connections HTTP/1.1" 204 No Content
governance-webhooks-web            | INFO:     172.20.0.9:38732 - "POST /governance/topic/connections/ HTTP/1.1" 307 Temporary Redirect
governance-webhooks-web            | INFO:     172.20.0.9:38732 - "POST /governance/topic/connections HTTP/1.1" 204 No Content

and, this being reported as a FATAL error, but then continues smoothly:

governance-multitenant-wallets-db  | 2023-05-26 10:39:29.193 UTC [139] FATAL:  database "6d1f7f58de514360b405b9ffbc2d85eb" does not exist
governance-multitenant-agent       | Created new profile
governance-multitenant-agent       | Profile backend: askar
governance-multitenant-agent       | Profile name: 6d1f7f58de514360b405b9ffbc2d85eb
lohanspies commented 1 year ago

Regarding renaming the pods... think we can drop the governance- from all the pods. Not sure how this might affect the CI/CD and SRE side of things. Maybe speak to Willem first