create KVM (CPS) and keystores using maven plugin

agupta267
Participant III

Is there any timeline when KWM (CPS) and keystores will be available using maven plugin.

0 4 393
4 REPLIES 4

Hi @Apoorva

We are working on it. Meanwhile can you please create an issue here so that we can update the backlog.

@Madhan Sadasivam

Create KVM would work in CPS today. Update and Sync are yet to be supported.

Can you give more idea about how you plan to use keystore and if fits in a CI/CD pipeline.

@Madhan Sadasivam Thanks for providing KVM support.

We have to create keystores and truststores and upload jars and certs respectively in all envs. We want to do all configs creation and setup using maven-config-plugin, thus looking if plugin could provide the support for it.

Thanks Apoorva. Creation of truststores and certstores can be supported. The jar files containing keys should not be placed in a git repository. So, this is a bit tricky. Thoughts ?

Creation of tuststores and certstores is typically a one time activity. Do you expect to do it frequently ?