redhat-cop/namespace-configuration-operator

Automatic namespace creation doesn't appear to issue roles for user

utherp0 opened this issue · 2 comments

Doing a basic demo of the Operator - created a userconfig against the provider with the spec:

  objectTemplate: |
    apiVersion: v1
    kind: Namespace
    metadata:
      name: {{ .Name }}-sandbox

When a user logs in the namespace is created correctly, but the user has no access to it and doesn't see it.

Is this as intended and I'm missing something?

may I close this?