From 21c41e5f84dbd8fc95cdf9c246e8b221a437b5c7 Mon Sep 17 00:00:00 2001 From: lizpearl Date: Tue, 3 Dec 2024 09:35:13 -0600 Subject: [PATCH] Updated documentation based on code review --- .../operations/runbooks/add_secrets_to_existing_sandbox.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/operations/runbooks/add_secrets_to_existing_sandbox.md b/docs/operations/runbooks/add_secrets_to_existing_sandbox.md index 571842d00..979b12209 100644 --- a/docs/operations/runbooks/add_secrets_to_existing_sandbox.md +++ b/docs/operations/runbooks/add_secrets_to_existing_sandbox.md @@ -50,7 +50,7 @@ Email Address []: ``` Go to https://dashboard.int.identitysandbox.gov/service_providers/2640/edit to remove the old certificate and upload the new one. -Create the login key: +### Create the login key ```sh login_key=$(base64 -i private-.pem) ``` @@ -67,10 +67,9 @@ Go to https://dashboard.fr.cloud.gov/home. Find the `getgov-credentials` servic cf cups getgov-credentials -p credentials-.json ``` -### Push your manifest +### Restart, restage or push manifest +Pushing the manifest works but a restart or restage might work as well. ```sh cf push getgov- -f ops/manifests/manifest-.yaml ``` - -If you don't need to push a manifest, restaging might also work \ No newline at end of file