# 교체와 소거의 순서 # Question: 자격증명 회전은 어떤 순서로 일어나는가? direction: right n0: "호출자" { shape: rectangle } n1: "CredentialRuntimeRegistry" { shape: rectangle } n2: "자격증명 provider" { shape: rectangle } n3: "resolved 맵" { shape: rectangle } n0 -> n1: "compute 진입" n1 -> n2: "resolve" n2 -> n1: "교체 자재" n1 -> n3: "교체본 설치" n1 -> n3: "이전 세대 소거"