Skip to content

Commit

Permalink
Add application permissions requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsen9026 committed Oct 22, 2024
1 parent c81158c commit ad4aa5e
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 1 deletion.
Binary file modified .vs/slnx.sqlite
Binary file not shown.
33 changes: 33 additions & 0 deletions docs/install/security/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,21 @@
</span>
</a>

<nav class="md-nav" aria-label="Folder Permissions">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#application-permissions" class="md-nav__link">
<span class="md-ellipsis">
Application Permissions
</span>
</a>

</li>

</ul>
</nav>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -1063,6 +1078,21 @@
</span>
</a>

<nav class="md-nav" aria-label="Folder Permissions">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#application-permissions" class="md-nav__link">
<span class="md-ellipsis">
Application Permissions
</span>
</a>

</li>

</ul>
</nav>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -1133,6 +1163,9 @@ <h2 id="folder-permissions">Folder Permissions</h2>
<li>You want to configure a separate account to run self-updates under, if that account is not a local
administrator.</li>
</ul>
<h3 id="application-permissions">Application Permissions</h3>
<p>In addition to folder permissions, the account used for updating, whether a domain admin or custom account,
must be provided permissinos to be able to manage IIS sites or services on the web host.</p>
<h2 id="encryption">Encryption</h2>
<p>The application encrypts sensitive database data such as passwords. Blazam uses the <code>EncryptionString</code> from the
<a href="../config/">appSettings.json configuration file</a></p>
Expand Down
2 changes: 1 addition & 1 deletion docs/search/search_index.json

Large diffs are not rendered by default.

Binary file modified docs/sitemap.xml.gz
Binary file not shown.
4 changes: 4 additions & 0 deletions docsource/install/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ The following conditions warrant changing application root directory permissions
* You want to configure a separate account to run self-updates under, if that account is not a local
administrator.

### Application Permissions
In addition to folder permissions, the account used for updating, whether a domain admin or custom account,
must be provided permissinos to be able to manage IIS sites or services on the web host.

## Encryption

The application encrypts sensitive database data such as passwords. Blazam uses the `EncryptionString` from the
Expand Down

0 comments on commit ad4aa5e

Please sign in to comment.