credential-libraries read 명령어

credential-libraries read 명령어

boundary credential-libraries read는 특정 자격 증명 라이브러리(credential library) ID의 정보를 읽어오는 명령어예요.

출처: HashiCorp Boundary docs

본문

boundary credential-libraries read 명령어는 특정 자격 증명 라이브러리 ID의 자격 증명 라이브러리 정보를 읽어요.

예제 (Examples)

다음 예제는 ID가 clvlt_QYnQPAjA24인 자격 증명 라이브러리의 정보를 가져와요.

$ boundary credential-libraries read -id clvlt_QYnQPAjA24

예제 출력:

Credential Library information:

  Created Time:          Fri, 18 Aug 2023 16:22:29 PDT
  Credential Store ID:   csvlt_5fvkRjCjou
  ID:                    clvlt_QYnQPAjA24
  Name:                  northwind dba
  Type:                  vault-generic
  Updated Time:          Fri, 18 Aug 2023 16:22:29 PDT
  Version:               1

  Scope:
    ID:                  p_tnqESc86qE
    Name:                db-project
    Parent Scope ID:     o_4VUR6ZATqW
    Type:                project

  Authorized Actions:
    no-op
    read
    update
    delete

  Attributes:
    HTTP Method:         GET
    Path:                database/creds/dba

사용법 (Usage)

$ boundary credential-libraries read [options] [args]

명령 옵션 (Command options)

  • -id (string: "") - 정보를 읽어올 자격 증명 라이브러리의 ID예요.

CLI 옵션 (CLI options)

명령어 고유 옵션 외에도 모든 Boundary CLI 명령어·하위 명령어에 공통으로 적용되는 옵션들이 있어요.

  • 연결 옵션 (Connection options)
  • 클라이언트 옵션 (Client options)
  • 출력 옵션 (Output options)
  • 환경 변수 (Environment variables)

더 알아보기 (Learn more)