pulumi / pulumi-docker

A Docker Pulumi resource package, providing multi-language access to Docker resources and building images.
82 stars 14 forks source link

Prototype: Add the ability to ignore changes to volatile provider configuration (WIP) #1149

Open flostadler opened 3 months ago

flostadler commented 3 months ago

The password and username of the registryAuth config can be volatile for many cloud registries. For AWS ECR you need to exchange AWS credentials for short lived tokens to authenticate to the registry. This will lead to perma-diffs in the provider config.

This change adds a prototype to explore whether it's viable to ignore certain volatile fields of the registryAuth configuration.

fixes #952

github-actions[bot] commented 3 months ago

Does the PR have any schema changes?

Looking good! No breaking changes found. No new resources/functions.

Maintainer note: consult the runbook for dealing with any breaking changes.