pub struct BreakGlass {
pub subjects: BTreeSet<String>,
pub roles: BTreeSet<String>,
}Expand description
Who may still act when the authorization database cannot be read.
This exists for operator recovery — restoring a corrupted authz database,
reaching a cluster whose policy store is down — and nothing else. Every
break-glass grant is audited as a denial-turned-grant at warn.
Fields§
§subjects: BTreeSet<String>Principal subjects admitted while the policy is unavailable.
roles: BTreeSet<String>Roles admitted while the policy is unavailable.
Implementations§
Trait Implementations§
Source§impl Clone for BreakGlass
impl Clone for BreakGlass
Source§fn clone(&self) -> BreakGlass
fn clone(&self) -> BreakGlass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BreakGlass
impl Debug for BreakGlass
Source§impl Default for BreakGlass
impl Default for BreakGlass
Source§fn default() -> BreakGlass
fn default() -> BreakGlass
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BreakGlass
impl RefUnwindSafe for BreakGlass
impl Send for BreakGlass
impl Sync for BreakGlass
impl Unpin for BreakGlass
impl UnsafeUnpin for BreakGlass
impl UnwindSafe for BreakGlass
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request