1. Authentication after creating new Bastion Key

Authentication after creating new Bastion Key

Home Forums FABRIC General Questions and Discussion Authentication after creating new Bastion Key

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #10012
    Nirmala Shenoy
    Participant

      Hello

      I created a new Bastion key and ran the configuration and validate script. it seemed to work OK.

      I was trying to access a slice I created earlier (it was accessible before) But now I am getting an authentication error. I am attaching the screen shots of slice access cell and the error

       

      thanks

      Nirmala

      #10014
      Nirmala Shenoy
      Participant

        I treid the following script

        key_dict = {
        “key”: new_public_key,
        “comment”: “addkey-by-poa”
        }

        node.poa(
        operation=”addkey”,
        keys=[key_dict]
        )

        and got this error

        ValueError: POA 1a788e43-78dd-43a2-b27e-132f1215eea6/addkey failed: Exception during poa for unit: 631e12c4-fd60-45d6-87de-3252f0cce8f9 msg <class 'ipaddress.IPv6Address'> is not taggable is not taggable
        #10017
        Komal Thareja
        Moderator

          Hi Nirmala,

          Which JH container are you using?

          Best,

          Komal

          #10018
          Nirmala Shenoy
          Participant

            if it is the hostname then this is what I get Komal

            jupyter-03baf9ee-2d7e80-2d4dc3-2d8012-2dd62bd4db65fb

             

            thanks

            Nirmala

            #10022
            Komal Thareja
            Moderator

              There was a bug for POA. Patch deployed and shared the information with Nirmala on the email chain.

              Best,

              Komal

            Viewing 5 posts - 1 through 5 (of 5 total)
            • You must be logged in to reply to this topic.