[BUG] [Service] Get Access key error
@tigershi is already working on this.
Since Mar 12, 2024.
- Dominant language
- Java
- Stars
- 72
- Forks
- 69
- Avg merge
- 23h 32m
- Merged PRs (30d)
- 4
Description
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]
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.