-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #2778 Secrets no longer leak through tagsAll because tagsAll is removed before persisting to Pulumi state files.
- Loading branch information
Showing
3,705 changed files
with
42,355 additions
and
2,140 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: test-aws-2778-bucket-with-secret-tugs | ||
runtime: yaml | ||
resources: | ||
|
||
res: | ||
type: aws:s3:BucketV2 | ||
properties: | ||
tags: | ||
that: | ||
fn::secret: mysecret |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,4 +23,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,4 +24,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,4 +22,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,4 +20,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,4 @@ resources: | |
options: | ||
provider: ${aws-provider} | ||
outputs: | ||
actual: ${res.tagsAll} | ||
actual: ${res.tags} |
Oops, something went wrong.