Skip to content

Commit

Permalink
Backend auth (#173)
Browse files Browse the repository at this point in the history
* started imlementing universal search
GARBAGE CODE ALERT WIP

* split apart code into 2 components

* added noresults

* Made search page accessible thru search button

* Zoom to mural upon click in search menu

* fixed pr comments

* got rid of unnecessary comment

* fixed search card width

* Close sidebar on mural select

* started working on backend auth

* token example

* changed authentication to be middleware

* added middleware to all the put/post routes

* removed a log

* removed token error handling from controller

* removed token error handling from controller

* added token to frontend calls

* added eb script to download auth key off bucket

* changed ebextensions directory

* deleted wrong ebextensions

* changed cert path

* changed read permissions
  • Loading branch information
JDziewonski98 authored Apr 5, 2021
1 parent 8bc04a3 commit 2402ce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/.ebextensions/privatekey.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Resources:
DefaultValue: "aws-elasticbeanstalk-ec2-role"
files:
# Private key
"/mu-auth-73f4d05ed60d.json":
mode: "000400"
"/etc/pki/tls/certs/mu-auth-73f4d05ed60d.json":
mode: "000444"
owner: root
group: root
authentication: "S3Auth"
Expand Down

1 comment on commit 2402ce3

@vercel
Copy link

@vercel vercel bot commented on 2402ce3 Apr 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.