ScottLogic / prompt-injection

Application which investigates defensive measures against prompt injection attacks on an LLM, with a focus on the exposure of external tools.
MIT License
16 stars 10 forks source link

385: Put APIGateway in front of private loadbalancer #834

Closed chriswilty closed 7 months ago

chriswilty commented 7 months ago

Description

Before we start using our spylogic.ai domain, I wanted to be able to stand up the application and test front-to-back, particularly given the difficulties around configuring secure cookies. For this, API Gateway seemed ideal... There were a few hiccups along the way, and some Express wrangling was needed (which can hopefully be removed once we are using spylogic.ai) but it all appears to work - remotely and locally.

Resolves #385

Screenshots

I may as well put a screenshot here of it deployed in AWS... Can do that once our new AWS account is up and running.

Notes

Checklist

Have you done the following?

pmarsh-scottlogic commented 7 months ago

by the way, looks like you can merge this without approval. I didn't know it that's what you wanted for the branch protections