I'm looking through docs for the Secure Profile, couple questions;
1. Why is the WebSocket Server disabled? What is the security concern?
2. Data Sources, disables Stored Procedures, can I re-enable that afterwards?
d
dfgrumpy
12/12/2023, 4:40 PM
Unless you need it, there is no reason to run the websocket server.
Yes, you can re-enable stored procedures later in the advanced config screen for the datasource.
p
Panman82
12/12/2023, 4:45 PM
WebSockets is something I wanted to look into, so I just don't want to limit that possibility. 🤷♂️ Stored Procedures is something we currently use for a few Data Sources.
d
dfgrumpy
12/12/2023, 4:47 PM
Play with it in local dev or a dev server. If you end up using it you can turn it on in your production server. Just don't have it on because you "might" use the feature some day.
p
Panman82
12/12/2023, 4:47 PM
Sure, I get it, but the Secure Profile won't force it to be disabled, correct?
d
dfgrumpy
12/12/2023, 4:51 PM
Enabling secure profile just turns on/off a bunch of settings. You can further change those later if you wish.