Unable to Progress Through KMF Specification Wizard and Generate Module Key
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
59m ago
Hi Team,
I am working on a GlideEncrypter remediation effort and am implementing a KMF module in a ServiceNow instance.
I have successfully created the module and have the following roles:
admin
security_admin
sn_kmf.admin
sn_kmf.cryptographic_manager
sn_kmf.cryptographic_operator
However, I am unable to complete the specification wizard.
Steps performed
Created a KMF module.
Opened the specification wizard.
Selected:
Module: global.test
Purpose: Symmetric Key Wrapping/Unwrapping (also tested other purposes)
Algorithm: AES 256 GCM
Clicked Next.
Issue
The wizard does not move to the next stage (Lifecycle Definition → Key Origin → Key Creation). As a result, I am unable to generate a module key.
Additional observations
No validation errors are displayed.
The Findings panel shows "No findings found".
The user has all required KMF roles.
I occasionally see warnings such as:
Part of the query on sys_platform_encryption_configuration has been ignored because of insufficient access for 'query_match' operation.Show more lines
Questions
Has anyone seen the specification wizard fail to advance to the next stage?
Are there any prerequisites or plugins required beyond the standard KMF roles?
Could the query_match warning be related to this behavior?
Is there an alternative way to create the specification and module key manually?
My goal is to use KMFCryptoOperation with:
JavaScriptSYMMETRIC_ENCRYPTIONSYMMETRIC_DECRYPTIONShow more lines
for GlideEncrypter replacement.
Any guidance would be greatly appreciated.
Thank you,
Narasimha Reddy