Second question - what is the best way to manage E...
# esc
r
Second question - what is the best way to manage Environments? It's becoming very manual heavy. Few things we want to manage via code: • Environment • Approval ruleset • Permission (which team can access which environment)
m
For this part I would recommend checking out our Pulumi Service provider which will allow you to manage Pulumi resources via code.
šŸ™ 1
āž• 2
s
Hey @rich-whale-93740 in addition to PSP, you might also want to take a look at the automation api which should cover your listed needs: https://www.pulumi.com/docs/esc/development/automation-api/ I'm curious to learn more about your specific use case for these automations, and please don't hesitate on share any feedback you'll find in the middle
šŸ™ 1
s
Permissions will probably be easiest to manage via the Pulumi Service Provider, just like you would IAM policies.
šŸ‘Œ 1