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.
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
feat: Secret resource #3110
feat: Secret resource #3110
Changes from 5 commits
58d5794
f1488ca
752f924
d7ae12f
57ca19a
8d55a63
9894799
e4a0827
3bb8c85
4130618
fc85c66
aa64511
ab8bee1
3541c70
180a7ce
7a9ad92
0e9cf94
deadc65
235fbe5
73eeb63
bd0b64f
2050b85
59c7b14
df7a8ff
eed310a
af2e030
4ccc4e7
34983af
bdf2585
7791f33
1f1fb2b
366313f
a383ac4
40179ec
04d3feb
fa408fd
d3e54db
0e18136
f60985c
8348809
4753096
46e2181
c3f3ea7
91269d6
b91b97c
8de6e84
c64a1ed
ccdf9f8
fde6908
a147b99
356d98c
83ccafc
07dc9e2
de99b68
5c6d9ee
805c61e
044c484
bc43a72
4ae36a4
4ac851a
ac37669
f3cd4b1
e098f69
39f3cdd
d5b6db0
e304793
c1115fa
9dea35c
bdb7fff
dba8478
40ecd49
1a9a6db
b202fdd
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
with the separate type change you will have to do sdk.SecretTypePassword -> string(sdk.SecretTypePassword) in multiple tests
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.
It will be changed in a PR with the secret type change
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.
okay, I will keep this open then