Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Propagate secretness correctly in Python apply #4273

Merged
merged 3 commits into from Apr 2, 2020
Merged

Conversation

justinvp
Copy link
Member

@justinvp justinvp commented Apr 2, 2020

Note: I didn't add any new tests for Go -- I'll need to look into that a bit more and see if it could use any additional coverage.

Fixes #4163

@@ -13,6 +13,7 @@
# limitations under the License.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added tests to this file as this is where some similar/related tests already were -- though, these new tests (and some of the existing ones) would prob make more sense in a new test_output.py.

@justinvp justinvp merged commit dd104a0 into master Apr 2, 2020
@pulumi-bot pulumi-bot deleted the justin/python_secret branch April 2, 2020 20:01
abhinav pushed a commit to pulumi/pulumi-dotnet that referenced this pull request Jan 11, 2023
* Propagate secretness correctly in Python `apply`

* Improve `apply` test coverage

* Update CHANGELOG.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Secretness is not propagating correctly in Python apply
2 participants