Commit graph

325 commits

Author SHA1 Message Date
KhalimCK
ea89340bde
Merge pull request #53 from Hestia-Homes/main
Put back in validate_token that was foolishly dropped
2023-07-17 17:27:15 +01:00
Khalim Conn-Kowlessar
f77ff1ec22 Put back in validate_token that was foolishly dropped 2023-07-17 17:26:52 +01:00
KhalimCK
5ff317f7bb
Merge pull request #52 from Hestia-Homes/main
Added placeholder code for user validation and implemented jwt expiry…
2023-07-17 17:17:35 +01:00
Khalim Conn-Kowlessar
6f01e00c7e Added placeholder code for user validation and implemented jwt expiry checking 2023-07-17 17:16:52 +01:00
KhalimCK
108667d6e1
Merge pull request #51 from Hestia-Homes/main
implemented jwe into fastapi
2023-07-17 17:02:55 +01:00
Khalim Conn-Kowlessar
63c822e82c removing redundant env variables 2023-07-17 17:02:19 +01:00
Khalim Conn-Kowlessar
dbe0a27869 added actual jwe decrpytion to fastapi 2023-07-17 17:01:07 +01:00
KhalimCK
48ec813e3b
Merge pull request #50 from Hestia-Homes/main
trying to set domain name correctly
2023-07-17 15:33:08 +01:00
Khalim Conn-Kowlessar
748e87e74c trying to set domain name correctly 2023-07-17 15:32:51 +01:00
KhalimCK
5c5ae33d41
Merge pull request #49 from Hestia-Homes/main
fixed reference to domain name env variable
2023-07-17 15:23:47 +01:00
Khalim Conn-Kowlessar
17cb3de17c fixed reference to domain name env variable 2023-07-17 15:23:28 +01:00
KhalimCK
141633e8cf
Merge pull request #48 from Hestia-Homes/main
remove toUpper from actions workflow
2023-07-17 15:18:14 +01:00
Khalim Conn-Kowlessar
0b104f9440 remove toUpper from actions workflow 2023-07-17 15:17:55 +01:00
KhalimCK
7dd608f9ac
Merge pull request #47 from Hestia-Homes/main
Getting custom domain working for lambdas
2023-07-17 15:12:53 +01:00
Khalim Conn-Kowlessar
f43e8fd5c5 Added documentation for sls create_domain 2023-07-17 15:09:19 +01:00
Khalim Conn-Kowlessar
ac0717d9f3 trying to get domain creation working 2023-07-17 15:03:24 +01:00
Khalim Conn-Kowlessar
9f60639731 re-deploy route53 to use dev domain and updating github actions and sls 2023-07-17 14:14:02 +01:00
KhalimCK
48c2c40e81
Merge pull request #46 from Hestia-Homes/main
remove decryption of ssl param
2023-07-17 12:50:17 +01:00
Khalim Conn-Kowlessar
9a874e91bf remove decryption of ssl param 2023-07-17 12:49:56 +01:00
KhalimCK
d8ae6190a6
Merge pull request #45 from Hestia-Homes/main
fixing environment variables in customDomain
2023-07-17 12:45:32 +01:00
Khalim Conn-Kowlessar
d87368c756 fixing environment variables in customDomain 2023-07-17 12:45:08 +01:00
KhalimCK
0a57fc5a0d
Merge pull request #44 from Hestia-Homes/main
use environment not stage
2023-07-17 12:37:20 +01:00
Khalim Conn-Kowlessar
b0bc7b9fb7 use environment not stage 2023-07-17 12:37:03 +01:00
KhalimCK
5f72fba21d
Merge pull request #43 from Hestia-Homes/main
Sorted out route dns deployment, updated serverless script to set api gateway for lambdas
2023-07-17 12:34:32 +01:00
Khalim Conn-Kowlessar
043d390977 deploying api with api domain 2023-07-17 12:33:25 +01:00
Khalim Conn-Kowlessar
c7a765c193 Added docs to readme 2023-07-17 12:22:51 +01:00
Khalim Conn-Kowlessar
9e06fd0371 successfully created and verified dns 2023-07-17 12:16:01 +01:00
Khalim Conn-Kowlessar
1b8c41256a Add back in route53 2023-07-17 11:54:57 +01:00
Khalim Conn-Kowlessar
8b6f0ad78f commend out domain 2023-07-17 11:51:16 +01:00
KhalimCK
6a6fa39eb7
Merge pull request #42 from Hestia-Homes/main
fixed variable domain name
2023-07-17 11:47:11 +01:00
Khalim Conn-Kowlessar
07a13a88e9 fixed variable domain name 2023-07-17 11:46:51 +01:00
KhalimCK
8805e8aab1
Merge pull request #41 from Hestia-Homes/main
updated my_certificate_validation with for_each syntax
2023-07-17 11:39:43 +01:00
Khalim Conn-Kowlessar
c2ab17dc3b updated my_certificate_validation with for_each syntax 2023-07-17 11:39:23 +01:00
KhalimCK
35c1b373f1
Merge pull request #40 from Hestia-Homes/main
setting name, records and type on validation record
2023-07-17 11:37:02 +01:00
Khalim Conn-Kowlessar
b1cc2e3ca4 setting name, records and type on validation record 2023-07-17 11:36:44 +01:00
KhalimCK
4dbf13f171
Merge pull request #39 from Hestia-Homes/main
fixing route53 and store certificate arn in ssm
2023-07-17 11:34:54 +01:00
Khalim Conn-Kowlessar
b3ec3a5408 fixing route53 and store certificate arn in ssm 2023-07-17 11:34:34 +01:00
KhalimCK
0e27bcd39b
Merge pull request #38 from Hestia-Homes/main
Test adding ssl certificate
2023-07-17 11:25:05 +01:00
Khalim Conn-Kowlessar
fc3c64a3f9 Test adding ssl certificate 2023-07-17 11:24:42 +01:00
KhalimCK
eb4f19a69a
Merge pull request #37 from Hestia-Homes/main
change ordering of workspace switch
2023-07-17 11:20:12 +01:00
Khalim Conn-Kowlessar
fab6cf0d39 change ordering of workspace switch 2023-07-17 11:19:55 +01:00
KhalimCK
da98ccc493
Merge pull request #36 from Hestia-Homes/main
Added route53 domain module
2023-07-17 11:15:43 +01:00
Khalim Conn-Kowlessar
33626797a9 Added route53 domain module 2023-07-17 11:15:13 +01:00
KhalimCK
23a4e928eb
Merge pull request #35 from Hestia-Homes/main
fixed environment in sls file?
2023-07-17 10:15:49 +01:00
Khalim Conn-Kowlessar
fabc3235af fixed environment in sls file? 2023-07-17 10:15:26 +01:00
KhalimCK
fb41e91a57
Merge pull request #34 from Hestia-Homes/main
Added in basic structure of the plan trigger api to be used by the frontend
2023-07-17 10:11:52 +01:00
Khalim Conn-Kowlessar
7cafdcd772 Added secrets to actions file 2023-07-17 10:11:07 +01:00
Khalim Conn-Kowlessar
9230aa294f Added bones of the trigger plan api 2023-07-17 10:06:35 +01:00
KhalimCK
a2dd7ae043
Merge pull request #33 from Hestia-Homes/main
Added back in restrcted headers
2023-07-14 18:42:56 +01:00
Khalim Conn-Kowlessar
30f7a30e28 Added back in restrcted headers 2023-07-14 18:42:27 +01:00