noi-techpark / infrastructure-v2

Open Data Hub Infrastructure v2 Repository
1 stars 0 forks source link

As an Open Data Hub Maintainer I would like to introduce proper authentication and authorization mechanisms for rabbitmq (and possibly mongodb) #7

Closed clezag closed 9 months ago

clezag commented 11 months ago

Currently rabbitmq is running as guest/guest. We should at the very least set a proper password and manage it as a Kubernetes secret

As a second step we should understand how fine grained we want to do authorization:

Similar considerations should be made for mongodb

Ideally, every application has as single federated keycloak user, which gives it access to exactly the resources it needs to function, but we have to decide on the cost/benefit/security tradeoffs