kyma-incubator / varkes

A mocking toolkit for Kyma
Apache License 2.0
12 stars 13 forks source link

Need to implement the certificate renewal strategy #286

Closed jcawley5 closed 4 years ago

jcawley5 commented 4 years ago

Current there is no procedure handling the renewal of an expired certificate. The connection can not be reestablished unless a new connection token is provided.

pbochynski commented 4 years ago

Varkes is used mainly in development mode. Can't you just reconnect?

jcawley5 commented 4 years ago

Currently when using with SKR you do not have an option to generate another token in the CMP, so it requires you to create a new system to obtain one.

jcawley5 commented 4 years ago

For rest based connections....

https://github.com/kyma-incubator/varkes/pull/287