feat: declare the devantler-tech/aws config-tenant repo#82
Merged
Conversation
Declares the net-new aws repo (Repository CR, maintainers TeamRepository grant, IssueLabels) so the platform's aws tenant (platform#2325) has a declared home for its Crossplane managed resources. The provider's create 422s on the org's required custom properties, so the repo needs the documented one-time admin bootstrap before this CR adopts it. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Closed
4 tasks
📝 WalkthroughWalkthroughAdds three new Crossplane manifests to onboard the "aws" repository: a ChangesAWS repository onboarding manifests
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
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.
Why
The AWS roadmap (platform#2324) needs a home for AWS-as-code: a tenant repo whose manifests the platform's
awstenant reconciles, likegithub-configdoes for this repo. Declaring it here keeps repo management on the declarative source of truth.What
Declares the net-new
devantler-tech/awsrepo — Repository CR, maintainers team grant, and issue labels — matching every other managed repo (all-except-Delete policy, shared merge-policy patch).Operational note: the provider cannot create net-new repos (org custom-property gate), so the repo needs the documented one-time admin bootstrap (one-click posted on platform#2325) — merge order doesn't matter; the CR adopts the repo once both exist.
Part of platform#2325.