Hello everyone,
I have this error in my pulp database pod:
2025-02-17 14:46:05.743 UTC [42] DETAIL: Connection matched pg_hba.conf line 99: "host all all all scram-sha-256"
2025-02-17 14:46:06.412 UTC [43] FATAL: password authentication failed for user "pulp"
Has anyone encountered this before ?
My migration and reset admin password job fail with: django.db.utils.OperationalError: connection failed: connection to server at "IP", port 5432 failed: FATAL: password authentication failed for user "pulp"
I deployed the operator using OperatorHub.io | The registry for Kubernetes Operators.
k8s version: 1.26.5
Pulp file:
apiVersion: repo-manager.pulpproject.org/v1beta2
kind: Pulp
metadata:
name: pulp
namespace: pulp
labels:
app: pulp
spec:
ldap:
config: pulp-ldap-secret
pvc: pulp
cache:
enabled: true
pvc: pulp-redis
database:
pvc: pulp-database
pulp_settings:
api_root: "/pulp/"
allowed_export_paths:
- /tmp
allowed_import_paths:
- /tmp
content_origin: '{{ pulp_domain }}'
token_server: '{{ pulp_token_server }}'
api:
replicas: 1
content:
replicas: 2
resource_requirements:
requests:
cpu: 150m
memory: 256Mi
limits:
cpu: 800m
memory: 1Gi
worker:
replicas: 2
resource_requirements:
requests:
cpu: 150m
memory: 256Mi
limits:
cpu: 800m
memory: 1Gi
web:
replicas: 1