From 4d3f6c23be7a28c1cd7f4498ee7413b68e218af1 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 3 Aug 2020 11:42:42 -0700 Subject: [PATCH] Document how to revoke snapcraft credentials. (#8187) --- .azure-pipelines/templates/stages/deploy-stage.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.azure-pipelines/templates/stages/deploy-stage.yml b/.azure-pipelines/templates/stages/deploy-stage.yml index adbfd49f0..1e7bb2def 100644 --- a/.azure-pipelines/templates/stages/deploy-stage.yml +++ b/.azure-pipelines/templates/stages/deploy-stage.yml @@ -27,6 +27,11 @@ stages: # https://github.com/certbot/certbot/issues/7931. The file will # need to be updated before then to prevent automated deploys # from breaking. + # + # Revoking these credentials can be done by changing the password of the + # account used to generate the credentials. See + # https://forum.snapcraft.io/t/revoking-exported-credentials/19031 for + # more info. - job: publish_snap pool: vmImage: ubuntu-18.04