MCPcopy Create free account
hub / github.com/clouditor/clouditor / AuthorizationStrategyAllowAll

Struct AuthorizationStrategyAllowAll

service/authorization.go:140–140  ·  view source on GitHub ↗

AuthorizationStrategyAllowAll is an AuthorizationStrategy that allows all requests.

Source from the content-addressed store, hash-verified

138
139// AuthorizationStrategyAllowAll is an AuthorizationStrategy that allows all requests.
140type AuthorizationStrategyAllowAll struct{}
141
142// CheckAccess checks whether the current request can be fulfilled using the current access strategy. Returns true since
143// strategy is `AuthorizationStrategyAllowAll`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected