Default AWS parameter store paths #2863
-
Hello, Content Security Policy: Couldn’t parse invalid host wss://:80 I'd like to try restoring previously working connect-src and CORS origin parameters into the store, but I can't find references to the path for connect-src (and I'm only half certain I found the right one for CORS, at /ita/{hubname}/reticulum/security/cors_origins). Can anyone share the AWS parameter store path for cors and connect-src? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
The one parameter store param is AWS console > EC2 > click on your HC server(s) then "Terminate" instances. New ones will start up immediately after. Tell me how it goes. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply. I think CORS is getting me part of the way, and I can create / operate Rooms just fine, and Spoke appears to load and work. The admin interface, however, loads as a white screen. I'm not sure if this is actually a different issue that I don't recognize. Searching for white page / blank page / admin panel issues so far hasn't turned up an answer. |
Beta Was this translation helpful? Give feedback.
The one parameter store param is
/ita/{stack name}/reticulum/security/cors_origins
.Deleting the setting in the parameter store should be enough, but you can also restart the instance:
AWS console > EC2 > click on your HC server(s) then "Terminate" instances. New ones will start up immediately after.
Tell me how it goes.