Uploaded image for project: 'OpenShift Logging'
  1. OpenShift Logging
  2. LOG-4726

The helpinfo should be updated on Dev Console->Observe->logs

XMLWordPrintable

    • False
    • None
    • False
    • NEW
    • NEW
    • Release Note Not Required
    • Informational

      Description of problem:

      As the default roles cluster-logging-application-view,cluster-logging-audit-view,cluster-logging-infrastructure-view had been provided.  

      It is better to update the HelpInfo as below:

      Missing permissions to get logs
      Make sure you have the required role to get application logs in this namespace. Ask your administrator to grant you this role 
      apiVersion: rbac.authorization.k8s.io/v1
      kind: RoleBinding
      metadata:
        name: view-application-logs
        namespace: <project-name>
      roleRef:
        apiGroup: rbac.authorization.k8s.io
        kind: ClusterRole
        name: cluster-logging-application-view
      subjects:
      - kind: User
        name: <testuser>
        apiGroup: rbac.authorization.k8s.io
      

       

      Instead of 

            gbernal@redhat.com Gabriel Bernal
            rhn-support-anli Anping Li
            Anping Li Anping Li
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: