mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-31 09:18:28 +00:00
fix(auth): reject ambiguous case-insensitive claim matches (#2386)
This commit is contained in:
@@ -35,6 +35,7 @@ pub use policy::*;
|
||||
pub use principal::Principal;
|
||||
pub use resource::ResourceSet;
|
||||
pub use statement::Statement;
|
||||
pub use utils::{ClaimLookup, get_claim_case_insensitive};
|
||||
|
||||
#[derive(thiserror::Error, Debug)]
|
||||
#[cfg_attr(test, derive(Eq, PartialEq))]
|
||||
|
||||
Reference in New Issue
Block a user