Skip to content

Commit

Permalink
docs(pulumi): add comment on how to rotate secret
Browse files Browse the repository at this point in the history
  • Loading branch information
gunar committed Oct 12, 2022
1 parent 196c068 commit f7215b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/application/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ export = async () => {
sslPolicy: "ELBSecurityPolicy-TLS-1-2-Ext-2018-06",
certificateArn: certificates.requireOutput("certificateArn"),
});
// How to rotate this secret: https://github.com/pulumi/pulumi-random/issues/234
const fileApiKey = new random.RandomPassword("file-api-key", {
length: 44,
}).result;
Expand Down

0 comments on commit f7215b5

Please sign in to comment.