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

Change keystore package name and add relevant dependencies. #245

Open
wants to merge 4 commits into
base: feature-remove-registry-from-keystore
Choose a base branch
from

Conversation

mpmadhavig
Copy link
Contributor

@mpmadhavig mpmadhavig commented Sep 4, 2023

Describe

This effort will reflect the changes done to move keystore package from framework to kernel. For furthure details please refer the issue.

Related issues

When this PR should get merged to master

  • After merging framework and kernel PRs to their master branches. (Bump the versions here as well.)

@@ -213,7 +213,7 @@ private void persistKeyStore(KeyStore keyStore, X509Certificate PKCertificate)

String keyStoreName = generateKSNameFromDomainName();
// Use the keystore using the keystore admin
KeyStoreAdmin keystoreAdmin = new KeyStoreAdmin(tenantId, govRegistry);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we are removing the registry reference here, we should be able to remove all the registry imports. And thats part of the main objectives.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants