Skip to content

Commit

Permalink
Add Secrets to game-settings.md (#845)
Browse files Browse the repository at this point in the history
## 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.

---------
  • Loading branch information
sammygrey authored Sep 27, 2024
1 parent 59a1f3e commit 1d1a378
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/en-us/studio/game-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ You should only enable the following settings if you trust all assets from other
<td>**Allow HTTP Requests**</td>
<td>Allows experiences' servers to issue requests to remote servers via `Class.HttpService`.</td>
</tr>
<tr>
<td>**Secrets**</td>
<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>
</tr>
<tr>
<td>**Enable&nbsp;Studio&nbsp;Access to API Services**</td>
<td>Lets Studio access API services. This setting is useful for testing the implementation of services like [data stores](../cloud-services/data-stores).</td>
Expand Down

0 comments on commit 1d1a378

Please sign in to comment.