`license` — 라이선스 하위 명령어 모음

license — 라이선스 하위 명령어 모음

적절한 Vault Enterprise 라이선스가 필요해요.

vault license는 Vault 라이선스와 상호작용하기 위한 하위 명령어들을 그룹으로 묶은 명령어예요.

자세한 내용은 라이선스 문서를 참고하세요.

출처: 문서

본문

예시 (Examples)

노드가 현재 사용 중인 라이선스를 조회해요:

$ vault license get
Key                          Value
---                          -----
add_ons                      n/a
architecture                 [*]
edition                      n/a
expiration_time              2022-05-17T23:59:59Z
features                     [HSM Performance Replication DR Replication MFA Sentinel Seal Wrapping Control Groups Performance Standby Namespaces KMIP Entropy Augmentation Transform Secrets Engine Lease Count Quotas Key Management Secrets Engine Automated Snapshots]
issuer                       hashicorp
license_id                   060d7820-fa59-f95c-832b-395db0aeb9ba
os                           [*]
performance_standby_count    9999
start_time                   2021-05-17T00:00:00Z
termination_time             2031-05-17T23:59:59Z

라이선스 문자열을 검사해요:

$ vault license inspect ~/vaults/license
Source: /Users/ncc/vaults/license
Signature: valid
Format: valid
Issuer: hashicorp
Customer ID: 5401ae3b-136b-3e47-3b43-432927fa03e7
Entitlements:

    Product: vault
    License ID: 060d7820-fa59-f95c-832b-395db0aeb9ba
    Architecture:
      *
    OS:
      *
    Edition: N/A
    Add On: N/A
    Issue Time: 2021-05-17 19:33:47.93981585 +0000 UTC
    Start Time: 2021-05-17 00:00:00 +0000 UTC
    Expiration Time: 2022-05-17 23:59:59.999 +0000 UTC
    Termination Time: 2031-05-17 23:59:59.999 +0000 UTC
    Installation ID: *
    Non-Production: false
    Flags:
      modules: [multi-dc-scale governance-policy advanced-data-protection-key-management advanced-data-protection-transform]

License is valid

사용법 (Usage)

Usage: vault license <subcommand> [options] [args]

  # ...

Subcommands:
    get      Query Vault's license
    inspect  View the contents of a license string

하위 명령어에 대한 자세한 정보, 예시, 사용법은 사이드바에서 해당 하위 명령어 이름을 클릭해 확인할 수 있어요.

더 알아보기 (Learn more)

  • vault license get — 현재 라이선스 조회
  • vault license inspect — 라이선스 문자열 검사
  • Vault Enterprise 라이선스 문서