Skip to content
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

[BUG] [Service] Get Access key error #3062

Open
tigershi opened this issue Mar 12, 2024 · 0 comments
Open

[BUG] [Service] Get Access key error #3062

tigershi opened this issue Mar 12, 2024 · 0 comments
Assignees
Labels
kind/bug Something isn't working

Comments

@tigershi
Copy link
Contributor

tigershi commented Mar 12, 2024

The s3 singleton service has following issue when starting
com.vmware.vip.messages.data.conf.S3Config.getAccessKey(S3Config.java:91) - java.security.InvalidKeyException: IOException: null
java.security.spec.InvalidKeySpecException: java.security.InvalidKeyException: IOException: null
at sun.security.rsa.RSAKeyFactory.engineGeneratePublic(RSAKeyFactory.java:241) ~[?:?]
at java.security.KeyFactory.generatePublic(KeyFactory.java:351) ~[?:?]
at com.vmware.vip.common.utils.RsaCryptUtils.getPublicKey(RsaCryptUtils.java:61) ~[vip-common-0.1.0.jar!/:?]
at com.vmware.vip.common.utils.RsaCryptUtils.decryptData(RsaCryptUtils.java:45) ~[vip-common-0.1.0.jar!/:?]
at com.vmware.vip.messages.data.conf.S3Config.getAccessKey(S3Config.java:89) ~[md-data-api-s3impl-0.1.0.jar!/:0.1.0]

@tigershi tigershi added the kind/bug Something isn't working label Mar 12, 2024
@tigershi tigershi self-assigned this Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant