layotto / java-sdk

java sdk for layotto
8 stars 13 forks source link

feat: add secret for java sdk #42

Closed fft0518 closed 1 year ago

fft0518 commented 1 year ago

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.

https://github.com/mosn/layotto/issues/626

ZLBer commented 1 year ago
image

@fft0518 it has method to get sercretsMap

ZLBer commented 1 year ago

@fft0518 add a java example? like examples-sequencer

ZLBer commented 1 year ago

@fft0518 merge the master branch before push code

image
fft0518 commented 1 year ago

@fft0518 add a java example? like examples-sequencer I added it at the first time.

fft0518 commented 1 year ago

@seeflood please help to review it. Thanks.

fft0518 commented 1 year ago

lgtm. Thanks

Thanks!