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#
A community will usually indicate that they require a shared password reset for an event through FreshDesk support.
Acknowledge receipt of the request and confirm the password to be used and the implementation date, as well as event details.
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.
Add a sub-issue of the event issue to reset the shared password. This sub-issue should be titled “[
$CLUSTER
,$HUB
] Reset shared password”.Add the sub-issue to the GH project board with the “End date” set to the date.
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 theconfig/clusters/$CLUSTER/${HUB}.secret.values.yaml
filesops edit enc-$HUB.secret.values.yaml
Note
You will need to authenticate with
gcloud auth login
andgcloud auth application-default login
before running thesops
command.Once the change has been implemented, notify the hub administrators to confirm the password has been reset and that they should test it.
Close the sub-issue once the password has been confirmed to be working.
Close the event issue once the event has concluded.