-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Public sandbox #1012
Comments
We could indeed likely use the pull-preview on main for this. Questions:
|
I think we need to prevent emails from being sent and users from using the http action in the sandbox env. For the emails, we could just expose inbucket, but we'll also need to make sure they can't configure a custom SMTP server once #1028 is done.
Maybe we could do this with our |
Nice, added. I also think we should probably prevent the HTTP action from actually sending requests. Maybe it always runs in test mode? |
For now, prevent actions from being run |
Motivation
So potential users can see what we've been up to and decide whether or not to adopt Platform!!
Requirements
Acceptance Criteria
The text was updated successfully, but these errors were encountered: