-
Notifications
You must be signed in to change notification settings - Fork 13
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: add secret for java sdk #42
Conversation
@fft0518 it has method to get |
examples-secret/src/main/java/io/mosn/layotto/examples/secret/Secret.java
Outdated
Show resolved
Hide resolved
@fft0518 add a java example? like examples-sequencer |
@fft0518 merge the master branch before push code |
|
sdk/src/main/java/spec/sdk/runtime/v1/domain/secret/GetBulkSecretResponse.java
Outdated
Show resolved
Hide resolved
@seeflood please help to review it. Thanks. |
examples-secret/src/main/java/io/mosn/layotto/examples/secret/Secret.java
Outdated
Show resolved
Hide resolved
examples-secret/src/main/java/io/mosn/layotto/examples/secret/Secret.java
Outdated
Show resolved
Hide resolved
sdk/src/main/java/spec/sdk/runtime/v1/domain/secret/GetBulkSecretRequest.java
Outdated
Show resolved
Hide resolved
examples-secret/src/main/java/io/mosn/layotto/examples/secret/Secret.java
Show resolved
Hide resolved
Signed-off-by: seeflood <[email protected]>
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.
lgtm. Thanks
Thanks! |
The PR is add secret api for java sdk and is one of the ospp projects.
In this PR, I have a problem that I don't how to convert SecretResponse type to Map type. I also use the SecretResponse type although I think it's wrong.
mosn/layotto#626