Eliminating toil, replace complexity with simplicity
Getting rid of complexity
By eliminating unneeded complexity and proprietary tools we can make the processes for the various devs simpler to follow, enhance their self servicing capabilities as it's all straight forward. and also make it easier to onboard new hires since they don't need to know about all kinds of weird edge cases to achieve their goal.
Globalrouter
Asking customers to use region specific endpoints and update the login page to contain an option to switch to a different region.
Go-Cloudbuilder
A proprietary tool which can likely be replaced by a github action. perhaps using the existing: https://github.com/marketplace/actions/changed-files
Specifc Services
This is highly dependant on dev time/involvement. A lot of midway in transition state things.
API-UAA A weird product of an even weirder System Architect, this is used to manage client-credentials which should be managed as a login provider like the other providers in auth-services.
User-API Same introduction as above, doesn't really serve a purpose and is used by a single person adding their schedule to HomeAssistant.
Audit-API Should be replaced with audit log
Eventlogger Should be replaced by eventlogger v2?
Ext-Api Will be replaced by integration-api but depends on HAProxy changes and safe rollout (is an existing Devops Ticket)
Hazelcast and Hazelcast Session which should be replaced by hz-cache and hz-session hazelcatch v5 might replace hazelcatch?
Settings-Temporary .... been around since summer 2020
Refreshtoken
A service that was created for mobile refresh tokens etc. should now be obsolete since mobile should be using the JWT's and other session tokens.
AI: Cassandra A temporary solution that is not managed from code.
AI: Codebuild Replace with cloudbuild/ tool we use for the rest
AI: Fargate Replace with containerised lambda's or jobs triggered on the jobs cluster
Investigate and check
Investigate whether we really needs this / how we can eliminate that need.
HAProxy
Memcached
Hazelcast
Last updated