---
title: License Configuration
description: Provides a secret used for obtaining evaluation licenses for Ping Identity products.
component: helm
page_id: helm::configs/license
canonical_url: https://developer.pingidentity.com/helm/configs/license.html
section_ids:
  global-section: Global Section
---

# License Configuration

Provides a secret used for obtaining evaluation licenses for Ping Identity products.

## Global Section

Default yaml defined in the global `license` section, followed by definitions for each parameter:

```yaml
global:
  license:
    secret:
      devOps: devops-secret
```

| License Parameters | Description                                                | Default Value |
| ------------------ | ---------------------------------------------------------- | ------------- |
| secret.devops      | Secret containing PING\_IDENTITY\_DEVOPS\_USER/KEY values. | devops-secret |

|   |                                                                                                                                                                             |
| - | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|   | Use the `pingctl` command-line tool to create the devops-secret with your Ping Identity DevOps user and key.`pingctl kubernetes generate devops-secret \| kubectl apply -f` |
