mlevit / aws-auto-cleanup

Programmatically delete AWS resources based on an allowlist and time to live (TTL) settings
MIT License
496 stars 55 forks source link

Add api key restriction for API and web app #79

Closed miki79 closed 3 years ago

miki79 commented 3 years ago

Description

Changes to API module to make api private (x-api-key) Changes to WEB module to allow setup of API key at launch of application.

Related issue(s) (if applicable)

Checklist

Generic

Development

Testing

Documentation

mlevit commented 3 years ago

Thanks for the change @miki79... much appreciated.