Uploaded image for project: 'A-MQ Messaging-as-a-Service'
  1. A-MQ Messaging-as-a-Service
  2. ENTMQMAAS-1532

[OLM] Deploying AMQ Online to a custom namespace fails with security context constraint error

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • 1.3.2
    • 1.3.1, 1.4.0-dev
    • olm
    • None
    • ENTMQMAAS 2019-7

      When instancing an authentication service of standard type, for example:

      apiVersion: admin.enmasse.io/v1beta1
      kind: AuthenticationService
      metadata:
        name: authentication-standard
      spec:
        type: standard
        standard:
          credentialsSecret:
            name: keycloak-credentials
          resources:
            requests:
              memory: 1Gi
            limits:
              memory: 1Gi
          storage:
            type: persistent-claim
            size: 5Gi
      

      The deployment cannot create the pod with the following error:

      Error creating: pods "authentication-standard-67c5659566-" is forbidden: unable to validate against any security context constraint: [fsGroup: Invalid value: []int64{185}: 185 is not an allowed group]
      

              keithbwall Keith Wall
              rgordill1@redhat.com Ramon Gordillo Gutierrez
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: