Remote SP Server
Cantor, Scott
cantor.2 at osu.edu
Wed Aug 30 17:54:16 UTC 2023
> Thank you Scott! I kind of figured this out, but wanted to check. Basically, I
> have about 60 customers on AWS servers and am trying to make it easier to
> deploy these servers from an AMI.
AWS more or less solves your private network problem, but...
Some of the configuration is only needed on the shibd side, but there is a non-trivial amount still required to operate the filter and there is no support for directly installing only that portion.
Finally, for this to work at all, you have to avoid a naïve protection strategy and limit the protected resources to the bare minimum so that the traffic to shibd is infrequent, usually just an entry point.
If you protect a page with a bunch of images and Javascript files, and turn it into 50 requests to the server, every one of those hits shibd and your system will grind to a halt because all networks are insanely slow when compared to loopback latency.
-- Scott
More information about the users
mailing list