Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🚀 What
See thread for context:
--trusted
flag is quite confusing for users, almost all of the time, you want to set it to true, but the default is false. At this point, from how people have been using Truss, there is not really a need for at all, and it serves as a major source of confusion.--trusted
flag for Chains and never supported it.The behavior for secrets will now be that secrets will be mounted on the Truss. You still need to declare which secrets you want to access in the
config.yaml
file to access them. We throw a nice error in Truss if you try to access a secret that is not there.💻 How
🔬 Testing