Releases: crunchyroll/ef-open
Releases · crunchyroll/ef-open
Refactor Managed Policy Lookups
OPS-15098 update how managed policy arns are retrieved (#176) * update how managed policy arns are retrieved * uncomment newrelic alerts * readd additional error info to attach policy call * Update efopen/ef_generate.py Co-authored-by: csalagean-ellation <[email protected]> Co-authored-by: csalagean-ellation <[email protected]>
VPC Endpoint lookup
Enabled VPC Endpoint lookup
Ef-generate accepts multiple principals in policy
1.22.1 Make ef-generate accept multiple principals in policy (#172)
ECR Support
Create lookup for ECR to support ECS/Fargate deployments
Fix error handling for missing KMS aliases
1.21.1 Fix error handling for missing KMS aliases (#162)
Add ability to get VPC endpoint ID by VPC name and Service name
Adds the {{aws:ec2:vpc-endpoint/vpc-endpoint-id/by-vpc-service}}
syntax, allowing users to dynamically get the VPC endpoint ID by VPC name and service name.
Add ability to get vpc endpoint ids in AWS resolver
Adds the {{aws:ec2:vpc-endpoint/vpc-endpoint-id}}
syntax, allowing users to dynamically get the VPC endpoint ID by name.
Allow resource share and transit gateway lookups
Creates three methods in ef-aws-resolver for:
- Retrieving the resource share arn associated with a given resource share name
- Retrieving the resource arn associated with a given the resource share arn
- Retrieving the transit gateway id associated with a given transit gateway arn
Allow subservices to decrypt main service secrets
Allow subservices to decrypt main service secrets (#157) Jira: OPS-14161
Update ef-password to print key alias on decrypt
ef-password prints the key alias on secret decrypt, making it easy to check which service the encrypted payload is for