Netflix / consoleme

A Central Control Plane for AWS Permissions and Access
Apache License 2.0
3.11k stars 252 forks source link

config.get use the same argument for different dynamodb tables #9375

Open yougyoung94 opened 9 months ago

yougyoung94 commented 9 months ago

Describe the bug Based on code, config.get will always get the same dynamodb table for self.group_log and self.dynamic_config

Additional context https://github.com/Netflix/consoleme/blob/master/consoleme/lib/dynamo.py#L250-L255