Skip to content

Commit 1d1a378

Browse files
authored
Add Secrets to game-settings.md (#845)
## Changes <!-- Please summarize your changes. --> Secrets can now be created and configured via the game settings security menu for local studio sessions. This requires that HTTP requests be allowed. <!-- Please link to any applicable information (forum posts, bug reports, etc.). --> https://devforum.roblox.com/t/secrets-store-general-availability/2892154/72 ## Checks By submitting your pull request for review, you agree to the following: - [x] This contribution was created in whole or in part by me, and I have the right to submit it under the terms of this repository's open source licenses. - [x] I understand and agree that this contribution and a record of it are public, maintained indefinitely, and may be redistributed under the terms of this repository's open source licenses. - [x] To the best of my knowledge, all proposed changes are accurate. ---------
1 parent 59a1f3e commit 1d1a378

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/en-us/studio/game-settings.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ You should only enable the following settings if you trust all assets from other
147147
<td>**Allow HTTP Requests**</td>
148148
<td>Allows experiences' servers to issue requests to remote servers via `Class.HttpService`.</td>
149149
</tr>
150+
<tr>
151+
<td>**Secrets**</td>
152+
<td>Allows for the creation and configuration of [Secrets](../reference/engine/datatypes/Secret.yaml) for Studio sessions using `Class.HttpService`. Visible only if HTTP requests are allowed.</td>
153+
</tr>
150154
<tr>
151155
<td>**Enable&nbsp;Studio&nbsp;Access to API Services**</td>
152156
<td>Lets Studio access API services. This setting is useful for testing the implementation of services like [data stores](../cloud-services/data-stores).</td>

0 commit comments

Comments
 (0)