pulumi/pkg/engine
Matt Ellis 96d39b60d1 Filter secrets from Pulumi's outputs
When a stack has secrets, we now take the secret values and construct
a regular expression which is just an alternation of all the secret
values. Then, before pushing any string data into an Event, we run the
regular expression and replace all matches with '[secret]'.

Fixes #747
2018-03-09 13:23:25 -08:00
..
deploy.go Filter secrets from Pulumi's outputs 2018-03-09 13:23:25 -08:00
destroy.go Filter secrets from Pulumi's outputs 2018-03-09 13:23:25 -08:00
engine.go Rename package to project (#935) 2018-02-14 13:56:16 -08:00
env.go Remove the Engine type entirely. 2018-01-08 14:20:51 -08:00
events.go Filter secrets from Pulumi's outputs 2018-03-09 13:23:25 -08:00
eventsink.go Filter secrets from Pulumi's outputs 2018-03-09 13:23:25 -08:00
plan.go Filter secrets from Pulumi's outputs 2018-03-09 13:23:25 -08:00
preview.go Filter secrets from Pulumi's outputs 2018-03-09 13:23:25 -08:00
project.go Do not use absolute paths for main/proj 2018-02-18 08:08:15 -08:00