Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions umbraco-cloud/set-up/project-settings/secrets-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The value defined in `appsettings.json` file will be overwritten with the Cloud

When naming a secret, it is possible to use alphanumeric characters as well as '\_' (underscore).

There are some reserved words that cannot be accepted:
Some words are reserved and **cannot** be accepted:

* `COMMAND`
* `HOME`
Expand All @@ -103,7 +103,7 @@ There are some reserved words that cannot be accepted:
* `REGION_NAME`
* `CONNECTIONSTRINGS__UMBRACODBDSN`

There are also a number of prefixes that are not accepted.
The following prefixes are **not** accepted.

The list consists of:

Expand Down Expand Up @@ -131,16 +131,17 @@ The list consists of:

### Accepted Prefixes

While we have a number of prefixes that are not accepted, we do allow the use of the below prefixes for Secrets on Umbraco Cloud:
The following prefixes are allowed for Secrets on Umbraco Cloud:

* `Umbraco__CMS__Global__Smtp__`
* `Umbraco__Forms__Security__FormsApiKey`
* `Umbraco__Forms__FieldTypes__Recaptcha`
* `Umbraco__CMS__Integrations`
* `Umbraco__CMS__DeliveryAPI`
* `Umbraco__Forms__Security__FormsApiKey__`
* `Umbraco__Forms__FieldTypes__Recaptcha__`
* `Umbraco__CMS__Integrations__`
* `Umbraco__CMS__DeliveryAPI__`
* `UMBRACO__LICENSES__`

It is also possible to use Secrets to save API keys, Passwords, and ReChaptcha for all our Umbraco products on Umbraco Cloud.

Do you have an existing or new secret that you want to add to a key vault that conflicts with the name restrictions?

Then please contact Umbraco support, then we will then consider it as soon as possible.
Then please contact Umbraco support, then we will consider it as soon as possible.
Loading