mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-09 08:03:50 +00:00
print debug snowflake token
This commit is contained in:
@@ -100,7 +100,7 @@ pub async fn do_snowflake(
|
||||
let token = encode(&Header::new(Algorithm::RS256), &claims, &private_key)
|
||||
.map_err(|e| Error::ExecutionErr(e.to_string()))?;
|
||||
|
||||
tracing::debug!("Snowflake token: {}", token)
|
||||
tracing::debug!("Snowflake token: {}", token);
|
||||
|
||||
let mut bindings = serde_json::Map::new();
|
||||
let sig = parse_snowflake_sig(&query)
|
||||
|
||||
Reference in New Issue
Block a user