Skip to content

Commit

Permalink
connection.id is unsigned
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Snaps <[email protected]>
  • Loading branch information
alexsnaps committed Nov 4, 2024
1 parent 2e8274c commit d253bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/cel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ fn new_well_known_attribute_map() -> HashMap<Path, ValueType> {
ValueType::String,
),
("ratelimit.domain".into(), ValueType::String),
("connection.id".into(), ValueType::Int),
("connection.id".into(), ValueType::UInt),
("ratelimit.hits_addend".into(), ValueType::Int),
("request.headers".into(), ValueType::Map),
("request.context_extensions".into(), ValueType::Map),
Expand Down

0 comments on commit d253bd6

Please sign in to comment.