쿼럼 토큰-서명 삭제 - AWS CloudHSM

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

쿼럼 토큰-서명 삭제

CloudHSM CLI의 quorum token-sign delete 명령을 사용하여 쿼럼 인증 서비스에 대한 하나 이상의 토큰을 삭제합니다.

사용자 유형

다음 사용자가 이 명령을 실행할 수 있습니다.

  • 관리자

구문

aws-cloudhsm > help quorum token-sign delete Delete one or more Quorum Tokens Usage: quorum token-sign delete --scope <SCOPE> Options: --cluster-id <CLUSTER_ID> Unique Id to choose which of the clusters in the config file to run the operation against. If not provided, will fall back to the value provided when interactive mode was started, or error --scope <SCOPE> Scope of which token(s) will be deleted Possible values: - user: Deletes all token(s) of currently logged in user - all: Deletes all token(s) on the HSM -h, --help Print help (see a summary with '-h')

다음 예시는 CloudHSM CLI의 quorum token-sign delete 명령을 사용하여 쿼럼 인증 서비스의 토큰을 하나 이상 삭제하는 방법을 보여줍니다.

예 : 쿼럼 인증 서비스의 토큰을 하나 이상 삭제합니다.
aws-cloudhsm > quorum token-sign delete --scope all { "error_code": 0, "data": "Deletion of quorum token(s) successful" }

인수

<CLUSTER_ID>

이 작업을 실행할 클러스터의 ID입니다.

필수: 여러 클러스터가 구성된 경우

<SCOPE>

AWS CloudHSM 클러스터에서 토큰이 삭제되는 범위입니다.

유효값

  • User: 로그인한 사용자가 소유한 토큰만 삭제하는 데 사용됨.

  • 모두: AWS CloudHSM 클러스터의 모든 토큰을 삭제하는 데 사용됩니다.

관련 주제