You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
The backend components are using default credentials or are publicly available. They should use a secure authentication method or credentials and be protected.
Exposed endpoints
Prefect Ui
minio
Traefik Dashboard
archiver backend
Internal services:
Postgres
Solution proposals
Limit public access through Traefik:
Prefect UI
Traefik Dashboard
publicly accessible (or ip whitelisted?):
archiver backend (authentication through jwt token)
minio (authentication through internal usermanagment or ldap)
Definition of Done
Only designated admins can log in and use the web interfaces. Services communicate via secure credentials.
The text was updated successfully, but these errors were encountered:
Description
The backend components are using default credentials or are publicly available. They should use a secure authentication method or credentials and be protected.
Exposed endpoints
Internal services:
Solution proposals
Definition of Done
Only designated admins can log in and use the web interfaces. Services communicate via secure credentials.
The text was updated successfully, but these errors were encountered: