Uploaded image for project: 'Integrated Cloud Native NFV'
  1. Integrated Cloud Native NFV
  2. ICN-326

Figure out how to create user using ONAP4k8s resource sync

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Unresolved
    • Icon: Medium Medium
    • None
    • ICN Sprint 14, ICN Sprint 16, ICN Sprint 17, ICN Sprint 18, ICN Sprint 19, ICN Sprint 20, ICN Sprint 21, ICN Sprint 22, ICN Sprint 23
    • 4

      In order to create a user , certain commands other than "kubectl create" which the resouce sync provides need to be run

      • How to store user key to make available to the cluster
      • How to run the following commands
          • kubectl certificate approve lc1-user-cert
          • kubectl get csr lc1-user-cert -o jsonpath='{.status.certificate}' \
                | base64 --decode > employee.crt
          • kubectl config set-credentials employee --client-certificate=/home/employee/.certs/employee.crt  --client-key=/home/employee/.certs/employee.key
          • kubectl config set-context employee-context --cluster=cluster-name --namespace=lc1 --user=employee
             

            Itohan Itohan Ukponmwan
            Itohan Itohan Ukponmwan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: