This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
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.
Add
SecretManager
block #86Add
SecretManager
block #86Changes from 15 commits
a13b125
c7711df
872f7a8
ac85ad0
fedb9f5
0c2edb2
9dbe4f4
cff8cac
4f4d541
53dde3c
8332534
9679724
3d86fea
6f1e948
9126225
62fd3aa
7e13194
599ef50
b6caa4f
a3b3af2
ad07a0f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it makes sense to have the secret version be an attribute on the block, but still default to latest. Also I think we can just accept a string for the version. I can't think of any time that we'd need to do math with the version number, and we can cast it to an integer if that case does come up.