Skip to content

Audit trail to manage configuration drift of Installerset managed resources #3045

@anithapriyanatarajan

Description

@anithapriyanatarajan

Feature Request

Add support for retaining an audit record of changes made to resources managed by TektonInstallerSet.

Use Case

We frequently encounter situations where a user sets component configuration through the TektonConfig, but later manually updates the generated ConfigMap to a different value. Because this change is made directly to the resource not through TektonConfig, the TektonInstallerSet does not reconcile it (as there is no corresponding change in the TektonConfig).

During a subsequent upgrade, the installer set overwrites the manually modified values in the ConfigMap, restoring the defaults defined by the operator. Users then report issues because their custom configuration appears to have been “lost” after the upgrade.

This leads to significant troubleshooting overhead, as it is difficult to determine:

  • what the configuration previously was,
  • who changed it, and
  • whether it was modified manually outside of the operator workflow.

To address this, can we come up with solution that can retain or expose an audit trail of changes to resources managed by TektonInstallerSet, so that unexpected configuration overwrites can be diagnosed more easily.

cc: @aThorp96 @ab-ghosh

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/featureCategorizes issue or PR as related to a new feature.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions