token

token

vault token 명령은 토큰을 다루는 하위 명령들을 묶어 주는 그룹 명령입니다. 사용자는 토큰을 생성(create), 조회(lookup), 갱신(renew), 폐기(revoke)할 수 있습니다.

출처: 문서

본문

토큰에 대한 자세한 내용은 토큰 개념 페이지를 참고하세요.

예제 (Examples)

새 토큰을 생성합니다:

$ vault token create

토큰을 폐기합니다:

$ vault token revoke 96ddf4bc-d217-f3ba-f9bd-017055595017

토큰을 갱신합니다:

$ vault token renew 96ddf4bc-d217-f3ba-f9bd-017055595017

사용법 (Usage)

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

  # ...

Subcommands:
    capabilities    Print capabilities of a token on a path
    create          Create a new token
    lookup          Display information about a token
    renew           Renew a token lease
    revoke          Revoke a token and its children

하위 명령에 대한 더 자세한 정보, 예제, 사용법을 보려면 사이드바에서 하위 명령 이름을 클릭하세요.

더 알아보기 (Learn more)