---
sourceDocument: Australia Platform security
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/platform-security

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Platform security

ft:clusterId :

    - psec

bundleId :

    - psec

workflow :

    - Platform


---

# Exploring Secrets Management

# Exploring Secrets Management {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 4 Minuten Lesedauer

Use ServiceNow Secrets Management for granular management of access to your passwords to fit your business needs.  
Wichtig:  
Admins must have the role to see modules and records related to Secrets Management. For secrets management role information, see [Secrets management roles](https://servicenow-prod.fluidtopics.net/fEzokOvhhh~Dx7HP0mXbAA#roles-sec-man "Secrets management adds these roles.").

## Select from Core and Enterprise versions of Secrets Management {#exploring-secrets-management__section_tc4_pq2_xtb}

Choose from Secrets Management Core and Secrets Management Enterprise depending on your business needs.

The Secrets Management Core plugin (com.glide.sm.core) is available by default. No installation is required on the instance for use. The Secrets Management Enterprise plugin is only available with a ServiceNow Vault v1, PROD18537 license. Contact Customer Support for assistance with the Secrets Management Enterprise plugin.
{#exploring-secrets-management__table_uc4_pq2_xtb__entry__2}

| Secrets Management Core | Secrets Management Enterprise |
|-|-|
| Secrets Management Core is available to install on your instance at no additional cost. The plugin provides the ability to use secrets groups with criteria in non-custom tables provided in the ServiceNow platform that have been created by ServiceNow application engineering teams. | Secrets Management Enterprise includes additional functions to help admins create and manage secrets groups. Enterprise provides the following features in addition to the features listed in Core. * Use granular access controls to create secrets groups based on the any of these criteria. * Scope * Table * Column * Record {#exploring-secrets-management__ul_xc4_pq2_xtb} * Create client-accessible secrets that are encrypted using your own key which ServiceNow can't access. * Use the Secrets Management Dashboard to review the secret groups configured on your instance, and learn about potential security issues. {#exploring-secrets-management__ul_wc4_pq2_xtb} Hinweis: Secrets Management Enterprise is a paid plugin that ServiceNow personnel must activate on your production instance. |
[ ]

{#exploring-secrets-management__table_uc4_pq2_xtb}

## Use secret groups to organize your secrets {#exploring-secrets-management__section_qrl_4q4_4tb}

Use Secrets Management to organize your secrets into groups, and then apply access policies to those secrets at a group level.

Basic secret group
:   These groups apply to all secrets in a scope. These secrets are decrypted by a common cryptographic module and module access policies.

Secret group with criteria
:   Secret groups with criteria function the same as a basic secret group, but further refine what is included using criteria. These criteria include:

    * Application scope
    * Package
    * Table
    * Secret column
    * Filter record
    {#exploring-secrets-management__ul_gc5_g54_4tb}

Secret groups of either type can be made instance accessible or client accessible.

Instance side secret groups
:   Instance side secret groups contain secrets that can be decrypted by your instance.

Client-side secret groups
:   Client-side secrets groups use a public and private key pair to help ensure that secrets can only be decrypted by the client. When you create a client-accessible secrets group, you upload the public key to the instance, and retain
the private key on your MID Server. The instance uses the public key to encrypt your secrets, but they can only be decrypted using the private key.  
Hinweis:  
For more information on these group types, see [Understanding client side Secrets Management](https://servicenow-prod.fluidtopics.net/wcKcoxDLEjFdasQCAi8suA "Learn how use Secrets Management to manage access to secrets and groups.").

## Use secrets groups for more granular control {#exploring-secrets-management__section_ogj_dw4_4tb}

While password2 is available on the ServiceNow platform, Secrets Management provides these additional features.

|-|-|
| Granular access controls | Password2 :   With password2, admins can control access to an application scope, but can't restrict access to elements within the scope. Secrets Management :   With Secrets Management, admins can restrict access based on criteria they define. Criteria types can be based on criteria such as package, table, or column. |
| Secure Storage | For client-side secret groups, Secrets Management uses a new encryption scheme. In this encryption scheme, ServiceNow doesn't save the encryption key. For this reason, the security of your data doesn't depend on ServiceNow security. |
[ ]

{#exploring-secrets-management__table_eqh_b2j_ktb}

## Apply module access policies to your groups {#exploring-secrets-management__section_emg_js4_4tb}

After you've grouped your secrets into a secret group, you can apply policies that determine how you can access them at a group level. Module access policies are the access control mechanisms that you apply to cryptographic modules to
define instance-level controls, such as a validity time frame for the cryptographic key. For more information on module access policies, see [Module access policy overview](https://servicenow-prod.fluidtopics.net/Hb6QhzKPrYM5IHCV_vaOHw "Module access policies (MAPs) are access controls that you apply to your cryptographic modules. Use these access policies to decide which users and scripts can access data encrypted by a cryptographic module.").

## Tables installed with Secrets Management {#exploring-secrets-management__section_c5f_ft1_dtb}

Secrets Management adds or modifies these tables.

|-|-|
| New Tables ||
| \[sn_sm_secret_group\] | Stores secret groups |
| \[sn_sm_secret_group_criteria\] | Stores criteria secret groups |
| \[sn_sm_secret\] | Stores wrapped secrets |
| \[sn_sm_identity_group\] | Defines the identity group for mapping a group of identities to the public key |
| \[sys_kmf_wrapped_module_key\] | Stores the wrapped symmetric cryptographic keys |
| Modified Tables ||
| \[sys_kmf_crypto_module\] | Added cryptographic module type. (Identity cryptographic module or secret group cryptographic module) |
| \[sys_kmf_module_key\] | * Stores conceptual secret encryption key (with no key material) * Stores the identity public key {#exploring-secrets-management__ul_fqn_hv1_dtb} |
| \[sys_kmf_crypto_caller_policy\] | Added new module access policy type |
[ ]

{#exploring-secrets-management__table_orx_gt1_dtb}

## Secrets Management use case examples {#exploring-secrets-management__section_syh_5gc_4bc}

Help ensure secure ITOM Discovery

:   This infographic shows a simplified reference architecture of how ServiceNow IT Operations Management (ITOM) Discovery can be deployed by your organization. As shown in the infographic, multiple Windows and Linux servers connect to the Management, Instrumentation, and
    Discovery (MID) Server and several MID Server agents enable the discovery process to update the Configuration Management Database (CMDB). Every MID server transaction requires a secure authentication, hence managing the
    authentication credentials is critical from a security perspective.

Accelerating workflow connectivity with Integration Hub securely

:   Use ServiceNow's Integration Hub to connect to different systems using automated application programming interface (APIs). Each time Integration Hub connects to a system using an API, an authentication credential
    is required to establish connectivity. Management of a multitude of applications and APIs for connectivity requires a secrets management solution.

    Secrets Management is a key part of ensuring your organization's cybersecurity. It covers all processes and tools related to the creation, storage, transmission, and management of digital credentials such as encryption keys, API
    tokens, and passwords. To manage secrets both securely and effectively, you can build a core secrets management policy that establishes standard rules and procedures for all phases of a secret's lifecycle.
* **[Understanding client side Secrets Management](https://servicenow-prod.fluidtopics.net/wcKcoxDLEjFdasQCAi8suA)**   
  Learn how use Secrets Management to manage access to secrets and groups.

