Replies: 1 comment
I love this idea! A quick google search surfaced this similar GitHub provider for Pulumi. Since we all know Python, and since we already are cross-training the full team on Pulumi, the Pulumi/Python pattern would be my preference unless there are siginificant gaps in the Pulumi-based provider. Using the IAC approach, I imagine we could setup a workflow in internal-tech-ops which operates on all repos we list from
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
My questions are:
Background:
As I have been working on adding poetry-dynamic-versioning to 2 or 3 repos in MeltanoLabs, I have needed to request
Adminlevel privileges in order to add PyPI secrets. I have also noticed differences in features enabled (e.g. use of branch protection), even though the use cases don't vary. As we now have have 30 repos under this Org, I believe it would be helpful to look at options to centralise and standardise management of our GH repo settings (including team/user access, protected branches, enabled features such as Wiki etc.).A first pass led me to the github terraform provider, but there may be other Github-native tool options too.
cc @MeltanoLabs/engineering
All reactions