5.7. 외부 인증 공급자 삭제
ROSA CLI를 사용하여 외부 인증 공급자를 삭제합니다.
절차
다음 명령을 실행하여 클러스터에 외부 인증 공급자를 표시합니다.
$ rosa list external-auth-provider -c <cluster_name>
출력 예
NAME ISSUER URL entra-test https://login.microsoftonline.com/<group_id>/v2.0
다음 명령을 실행하여 외부 인증 공급자를 삭제합니다.
$ rosa delete external-auth-provider <name_of_provider> -c <cluster_name>
출력 예
? Are you sure you want to delete external authentication provider entra-test on cluster rosa-ext-test? Yes I: Successfully deleted external authentication provider 'entra-test' from cluster 'rosa-ext-test'
검증
다음 명령을 실행하여 클러스터의 외부 인증 공급자를 쿼리합니다.
$ rosa list external-auth-provider -c <cluster_name>
출력 예
E: there are no external authentication providers for this cluster