Remove stale import workflow authz rules#1082
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
launchplane_service_deploy.executeauthz rulesValidation
uv run python -m unittest tests.test_product_onboarding.ProductOnboardingTests.test_deploy_authz_grants_stage_dedicated_policy_grant_authority tests.test_product_onboarding.ProductOnboardingTests.test_deploy_authz_grants_remove_stale_import_self_deploy_rules tests.test_every_code_reconciliation.EveryCodeIssueReconciliationTests.test_cli_authz_remove_workflow_rule_posts_service_dry_run_request tests.test_authz_grant_service tests.test_service.LaunchplaneServiceTests.test_authz_policy_removal_endpoint_writes_db_record_and_updates_runtime tests.test_service.LaunchplaneServiceTests.test_authz_policy_removal_endpoint_dry_run_does_not_write_or_reload tests.test_service.LaunchplaneServiceTests.test_authz_policy_removal_endpoint_rejects_self_deploy_authorityshellcheck -x scripts/deploy/ensure-authz-grants.shuv run --extra dev ruff check tests/test_product_onboarding.pynpx --no-install markdownlint-cli2 docs/operations.mdgit diff --checkNotes
shfmt -d scripts/deploy/ensure-authz-grants.shreports whole-file formatting churn on the existing script, so this PR leaves script formatting surgical and validates the changed shell throughshellcheckplus a request-shape unit test.