`accounts` — 계정 리소스 만들고 관리하기

accounts — 계정 리소스 만들고 관리하기

boundary accounts 명령어는 Boundary에서 계정(account) 리소스를 만들고 관리해요. 인증 방법(auth method)을 사용해 Boundary 사용자를 하나 이상의 계정 리소스와 연결할 수 있어요.

계정은 특정 엔티티에 대한 외부적인 개념을 나타내요. 그 밖의 여러 사용 사례 중에서도 계정은 조직이 Boundary를 배포하는 동안 새 IdP로 사용자를 쉽게 전환할 수 있는 방법을 제공해요.

출처: HashiCorp Boundary docs

본문

예시 (Examples)

다음 예시는 주어진 계정 ID acctpw_1234567890에 대한 계정 정보를 가져와요.

$ boundary accounts read -id acctpw_1234567890

예시 출력:

Account information:
  Auth Method ID:      ampw_1234567890
  Created Time:        Wed, 12 Jul 2023 12:20:54 PDT
  ID:                  acctpw_1234567890
  Type:                password
  Updated Time:        Wed, 12 Jul 2023 12:20:54 PDT
  Version:             1

  Scope:
    ID:                global
    Name:              global
    Type:              global

  Authorized Actions:
    no-op
    read
    update
    delete
    set-password
    change-password

  Attributes:
    Login Name:        admin

사용법 (Usage)

Usage: boundary accounts [sub command] [options] [args]

  # ...

Subcommands:
    change-password    Change the password on an account
    create             Create an account
    delete             Delete an account
    list               List an account
    read               Read an account
    set-password       Directly set the password on an account
    update             Update an account

더 자세한 정보, 예시, 사용법은 사이드바에서 하위 명령어 이름을 클릭하거나 아래 링크를 살펴볼 수 있어요.