mirror of
https://github.com/awslabs/iam-policy-autopilot.git
synced 2026-04-26 00:15:57 +03:00
[PR #86] [MERGED] fix: update service reference user agent for integration tests #227
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/iam-policy-autopilot#227
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/awslabs/iam-policy-autopilot/pull/86
Author: @karanjitsingh
Created: 12/17/2025
Status: ✅ Merged
Merged: 12/19/2025
Merged by: @karanjitsingh
Base:
main← Head:main📝 Commits (6)
7f8216afix: fix user agent for integration testsb503c42fix: user agent formatda09b15fix: use cfg:feature9f2f521fix: Remove stale env var435b983fix: cargo fmt8035690Merge branch 'main' into main📊 Changes
4 files changed (+16 additions, -2 deletions)
View changed files
📝
iam-policy-autopilot-cli/Cargo.toml(+1 -0)📝
iam-policy-autopilot-mcp-server/Cargo.toml(+1 -0)📝
iam-policy-autopilot-policy-generation/Cargo.toml(+2 -0)📝
iam-policy-autopilot-policy-generation/src/enrichment/service_reference.rs(+12 -2)📄 Description
Description of changes:
Use a separate user agent when calling for service reference during integration tests.Creates and env variable in.cargo/cargo.toml- this env var is picked up when running in the workspace throughcargo run/cargo testUpdates pr checksUpdate: Change introduces a feature
integ-testiniam-policy-autopilot-policy-generationfor integration tests. All other crates containing integration tests use this feature in theirdev-dependenciesBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.