MCPcopy Create free account
hub / github.com/apache/impala / SkipSecretCheck

Method SkipSecretCheck

be/src/service/impala-server.h:1361–1363  ·  view source on GitHub ↗

This should only be used if the client has not provided a secret but the caller knows that the client in fact is allowed to access the session or operation that they are accessing.

Source from the content-addressed store, hash-verified

1359 // knows that the client in fact is allowed to access the session or operation that
1360 // they are accessing.
1361 static SecretArg SkipSecretCheck() {
1362 return SecretArg(true, true, TUniqueId(), TUniqueId());
1363 }
1364
1365 /// Pass a session secret for validation.
1366 static SecretArg Session(const TUniqueId& secret) {

Callers

nothing calls this directly

Calls 2

SecretArgClass · 0.85
TUniqueIdClass · 0.50

Tested by

no test coverage detected