mirror of https://github.com/pulumi/pulumi.git
f911817fb5
Secret managers now just deal with their JSON state. All the logic of mapping between JSON state and the config files (`workspace.ProjectStack`) is kept in secrets/manager.go `SetConfig` and `GetConfig` methods. If we add secrets to project config we'll just add the type and state fields directly. If we add plugin support for secrets they will write raw type and state fields directly to stack config as well. |
||
---|---|---|
.. | ||
manager.go |