Skip to content

Releases: crunchyroll/ef-open

Refactor Managed Policy Lookups

14 May 16:43
fa19f20
Compare
Choose a tag to compare
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

24 Apr 21:45
01939be
Compare
Choose a tag to compare

Enabled VPC Endpoint lookup

Ef-generate accepts multiple principals in policy

21 Apr 08:50
a2f0e92
Compare
Choose a tag to compare
1.22.1

Make ef-generate accept multiple principals in policy (#172)

ECR Support

17 Apr 17:55
5061b60
Compare
Choose a tag to compare

Create lookup for ECR to support ECS/Fargate deployments

Fix error handling for missing KMS aliases

06 Mar 10:07
839a996
Compare
Choose a tag to compare
1.21.1

Fix error handling for missing KMS aliases (#162)

Add ability to get VPC endpoint ID by VPC name and Service name

13 Feb 21:02
36d44b7
Compare
Choose a tag to compare

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

12 Feb 23:04
3121b6e
Compare
Choose a tag to compare

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

05 Feb 17:06
1d55294
Compare
Choose a tag to compare

Creates three methods in ef-aws-resolver for:

  1. Retrieving the resource share arn associated with a given resource share name
  2. Retrieving the resource arn associated with a given the resource share arn
  3. Retrieving the transit gateway id associated with a given transit gateway arn

Allow subservices to decrypt main service secrets

15 Jan 09:13
b74ea77
Compare
Choose a tag to compare
Allow subservices to decrypt main service secrets (#157)

Jira: OPS-14161

Update ef-password to print key alias on decrypt

14 Jan 13:59
9251984
Compare
Choose a tag to compare

ef-password prints the key alias on secret decrypt, making it easy to check which service the encrypted payload is for