-
Notifications
You must be signed in to change notification settings - Fork 282
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
server k8s common module #2632
server k8s common module #2632
Conversation
efd4d76
to
902fd89
Compare
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.
Also I don't see the changes in the server side utilizing the new api
* @return secret for the given key and application as char[] | ||
*/ | ||
default char[] getSecret(String appName, String keygroupName, String keyName) { | ||
return keyName.toCharArray(); |
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.
this should be set to getSecret(appName, null, keyName); to main backward compatibility and not break anyone before they get a chance to update their code.
Signed-off-by: Abhijeet V <31417623+abvaidya@users.noreply.github.com>
… implementation Signed-off-by: Abhijeet V <31417623+abvaidya@users.noreply.github.com>
Signed-off-by: Abhijeet V <31417623+abvaidya@users.noreply.github.com>
7c18f77
to
2872b5a
Compare
Signed-off-by: Abhijeet V <31417623+abvaidya@users.noreply.github.com>
d1454d6
to
8118073
Compare
Description
Contribution Checklist:
Attach Screenshots (Optional)