vmware / vmware/singleton

[BUG] [Service] Get Access key error

Open
#3,062 0 comments 0 reactions 1 assignee View on GitHub

@tigershi is already working on this.

Since Mar 12, 2024.

kind/bug
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.