mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Co-authored-by: Alexander Scheel <alex.scheel@hashicorp.com> Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com>
28 lines
1.2 KiB
Plaintext
28 lines
1.2 KiB
Plaintext
### What is a client? ((#what-is-a-client))
|
|
|
|
Any unique application, service, or user that authenticates to a HashiCorp
|
|
Vault cluster. The client count metric is a combination of entity clients and
|
|
non-entity clients.
|
|
|
|
For billing and consumption, only clients that are active during the billing
|
|
period count toward total usage. Clients are only counted once within a billing
|
|
period, regardless of how many times that client is active and when that client
|
|
authenticates to a cluster, it has unlimited access to that cluster for the
|
|
remainder of the billing period.
|
|
|
|
| Installation type | Billing period
|
|
| ----------------- | ---------------
|
|
| HCP | monthly
|
|
| Self-managed | annually
|
|
|
|
Consult the [clients and entities](/vault/docs/concepts/client-count) overview
|
|
for more information on client definitions.
|
|
|
|
### What is the difference between an entity client, non-entity client, and certificate client? ((#eclient-vs-neclient))
|
|
|
|
- **Entity clients** map to an active identity.
|
|
- **Non-entity clients** map to an active non-entity token.
|
|
- **Certificate clients** map to an active ACME PKI certificate.
|
|
|
|
Consult the [clients and entities](/vault/docs/concepts/client-count) overview
|
|
for more information about how Vault determines entity assignments. |