generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 272
Closed
Labels
kind/enhancementCategorizes issue or PR as related to existing feature enhancements.Categorizes issue or PR as related to existing feature enhancements.
Description
Is your feature request related to a problem?
Currently many APIs have fields which are valid during creation but cannot be modified later. This can potentially create confusion as the resource would not be updated.
Example -
https://docs.aws.amazon.com/cli/latest/reference/elasticache/create-replication-group.html
In this ElastiCache API, --transit-encryption-enabled
, --at-rest-encryption-enabled
are currently immutable.
Describe the solution you'd like
Validate if an immutable spec field is modified, then set appropriate condition.
Describe alternatives you've considered
Webhook to validate the immutable fields.
phanimullapudi
Metadata
Metadata
Assignees
Labels
kind/enhancementCategorizes issue or PR as related to existing feature enhancements.Categorizes issue or PR as related to existing feature enhancements.