Skip to content

History prints duplicate of latest event #308

@chrislujan

Description

@chrislujan

I'm pretty new to chamber but I wanted to see if I was having a unique experience or if this was intended behavior.

Upon creation of a secret, it shows the created event twice.

AWS_REGION=us-west-2 CHAMBER_KMS_KEY_ALIAS=test_chamber_parameter_store_key chamber history testservice testkey --verbose
Event		Version		Date		User
Created		1		07-01 11:26:47	redacted
Created		1		07-01 11:26:47	redacted

After updating a secret, history shows the latest event twice.

AWS_REGION=us-west-2 CHAMBER_KMS_KEY_ALIAS=stest_chamber_parameter_store_key chamber history testservice testkey3 --verbose
Event		Version		Date		User
Created		1		07-01 13:24:29	redacted
Updated		2		07-01 13:42:04	redacted
Updated		3		07-01 13:42:33	redacted
Updated		3		07-01 13:42:33	redacted

This happens regardless of --verbose

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions