• Home
  • Categories
  • Recent
  • Popular
  • Pricing
  • Contact us
  • Docs
  • Login
FusionAuth
  • Home
  • Categories
  • Recent
  • Popular
  • Pricing
  • Contact us
  • Docs
  • Login

Cannot Create new users

Scheduled Pinned Locked Moved
General Discussion
3
3
1.3k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J
    jose.cardenas
    last edited by 18 Jan 2023, 18:00

    FusionAuth is installed in a Kubernetes On-Premise cluster, and does not allow you to create more users after the installation process.

    2f0294f9-1d67-4786-858e-dfe4e7c6185d-image.png
    Authenticated with the administrator user

    Installation is done with HELM. The used values.yaml file is attached.

    affinity: {}
    annotations: {}
    app:
      memory: 256M
      runtimeMode: development
    autoscaling:
      enabled: false
    database:
      existingSecret: ''
      host: XXX.XXX.XXX.XXX
      name: fusionauth
      password: SuperSecretPassword
      port: 5432
      protocol: postgresql
      root:
        password: ''
        user: ''
      tls: false
      tlsMode: require
      user: adminfusionauth
    dnsConfig: {}
    dnsPolicy: ClusterFirst
    environment: []
    extraContainers: []
    extraInitContainers: []
    extraVolumeMounts: []
    extraVolumes: []
    fullnameOverride: ''
    image:
      pullPolicy: IfNotPresent
      repository: fusionauth/fusionauth-app
      tag: 1.40.2
    imagePullSecrets: []
    ingress:
      annotations: {}
      enabled: false
      extraPaths: []
      hosts: []
      ingressClassName: null
      paths: []
      tls: []
    initContainers:
      image:
        repository: busybox
        tag: latest
      resources: {}
      waitForDb: true
      waitForEs: true
    kickstart:
      data: {}
      enabled: false
    lifecycle: {}
    livenessProbe:
      failureThreshold: 3
      httpGet:
        path: /
        port: http
      periodSeconds: 30
      timeoutSeconds: 5
    nameOverride: ''
    nodeSelector: {}
    podAnnotations: {}
    podDisruptionBudget:
      enabled: false
    readinessProbe:
      failureThreshold: 5
      httpGet:
        path: /
        port: http
      timeoutSeconds: 5
    replicaCount: 1
    resources: {}
    search:
      engine: null
      host: null
      port: null
      protocol: null
    service:
      annotations: {}
      port: 9011
      spec: {}
      type: ClusterIP
    serviceAccount:
      create: false
      name: ''
    serviceMonitor:
      annotations: {}
      basicAuth: {}
      enabled: false
      interval: null
      labels: {}
      namespaceSelector: {}
      path: api/prometheus/metrics
      relabelings: []
      scrapeTimeout: null
    startupProbe:
      failureThreshold: 20
      httpGet:
        path: /
        port: http
      periodSeconds: 10
      timeoutSeconds: 5
    tolerations: []
    topologySpreadConstraints: []
    global:
      cattle:
        systemProjectId: p-rdd8t
    
    D R 2 Replies Last reply 28 Jan 2023, 05:53 Reply Quote 0
    • R
      ramyar.jahani14256 @jose.cardenas
      last edited by 28 Jan 2023, 05:53

      @jose-cardenas I am facing the same issue.

      1 Reply Last reply Reply Quote 0
      • D
        dan @jose.cardenas
        last edited by 29 Jan 2023, 03:51

        @jose-cardenas Hmmm.

        Can you tell use anything more?

        Are you able to create users with the API?

        Have you set up the ingress proxy correctly, making sure you are sending the correct headers. More doc here: https://fusionauth.io/docs/v1/tech/admin-guide/proxy-setup

        Did you follow the kubernetes installation guide?

        --
        FusionAuth - Auth so modern you can download it.
        https://fusionauth.io

        1 Reply Last reply Reply Quote 0
        • First post
          Last post