Reset password for shared password hubs

Contents

Reset password for shared password hubs#

Some hubs have shared password authentication enabled. This allows users to log in with a shared password, which is useful for workshops and other events. If you need to reset the shared password, follow these steps.

Process#

  1. A community will usually indicate that they require a shared password reset for an event through FreshDesk support.

  2. Acknowledge receipt of the request and confirm the password to be used and the implementation date, as well as event details.

  3. Open an Event for a community issue in the infrastructure repository and follow the instructions. Remember to add the event to the Hub Events calendar.

  4. Add a sub-issue of the event issue to reset the shared password. This sub-issue should be titled “[$CLUSTER, $HUB] Reset shared password”.

  5. Add the sub-issue to the GH project board with the “End date” set to the date.

  6. Before the “End date”, reset the shared password and update the issue with the new password by using the sops command to edit the password key of the config/clusters/$CLUSTER/${HUB}.secret.values.yaml file

     sops edit enc-$HUB.secret.values.yaml
    

    Note

    You will need to authenticate with gcloud auth login and gcloud auth application-default login before running the sops command.

  7. Once the change has been implemented, notify the hub administrators to confirm the password has been reset and that they should test it.

  8. Close the sub-issue once the password has been confirmed to be working.

  9. Close the event issue once the event has concluded.