Skip to content

Commit df52c2d

Browse files
committed
Update document for pool.download_trusted_certificates
Signed-off-by: Ming Lu <ming.lu@cloud.com>
1 parent 81e39f7 commit df52c2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/content/design/external-auth-ldaps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ client-->>user: precheck failed
269269
end
270270
271271
Note over client,coor: sync all ldaps certs
272-
client->>coor: pool.download_trusted_certificate
272+
client->>coor: pool.download_trusted_certificates
273273
coor-->>client:
274274
client->>join: pool.install_trusted_certificate
275275
join-->>client:
@@ -294,7 +294,7 @@ client-->>user: pool.join succeed
294294
- b. if no LDAPS certs, find all `general` certs
295295
2. Client find all certs in joining host as `certs_joining_host`
296296
3. Client identify the certs needs to be synced to joining host as `certs_to_sync = certs_pool - certs_joining_host` (certs in `certs_pool`, but not in `certs_joining_host`), the certs fingerprint should be used to identify the certs
297-
4. Client download all `certs_to_sync`, `pool.download_trusted_certificate` from coordinator
297+
4. Client download all `certs_to_sync`, `pool.download_trusted_certificates` from coordinator
298298
5. Client upload all certs to joining pool, `pool.install_trusted_certificate` to joining pool, with the same purpose
299299
6. Client trigger `pool.join` again with domain username and password
300300
7. After pool.join:

0 commit comments

Comments
 (0)