aws/aws-rfdk

Relax IWorkerFleet to IConnectable in grantPortAccess

ddneilson opened this issue · 0 comments

More of a design bug...

UsageBasedLicensing.grantPortAccess()'s first argument is presently an IWorkerFleet (see: https://docs.aws.amazon.com/rfdk/api/latest/docs/aws-rfdk.deadline.UsageBasedLicensing.html#grant-wbr-port-wbr-accessworkerfleet-licenses ).

This is needlessly restrictive. The interface only needs to be IConnectable

This comes up when working on a farm architecture that uses a single SecurityGroup for all workers, and trying to allow access on that security group.


This is 🐛 Bug Report