forked from mirrors/kingfisher
- Added Temporal Cloud active credential validation via GET https://saas-api.tmprl.cloud/cloud/current-identity using bearer auth, so Temporal keys validate against provider APIs instead of generic OIDC discovery. - Fixed JWT issuer normalization to treat bare host issuers (e.g. iss: temporal.io) as HTTPS URLs during discovery, avoiding low-level URL builder failures. - Added crates/kingfisher-rules/build.rs to ensure embedded rule assets rebuild when files under crates/kingfisher-rules/data change.
3 lines
106 B
TOML
3 lines
106 B
TOML
[profile.default]
|
|
# Hard limit: kill any single test that runs longer than 5 minutes
|
|
test-timeout = "10m"
|