MCPcopy Create free account
hub / github.com/ceph/ceph / clear_secrets

Method clear_secrets

src/auth/cephx/CephxKeyServer.h:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 void clear_secrets() {
68 version = 0;
69 secrets.clear();
70 rotating_ver = 0;
71 rotating_secrets.clear();
72 }
73
74 void add_auth(const EntityName& name, EntityAuth& auth) {
75 secrets[name] = auth;

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected