-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GUACAMOLE-374: Migrate vault documentation to combined native+Docker …
…approach.
- Loading branch information
1 parent
6faf2f4
commit f85f3d4
Showing
4 changed files
with
201 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# | ||
# Whether unverified server certificates should be accepted. If set to `true`, | ||
# the server certificate for connections to the KSM service will be accepted even | ||
# if they cannot be verified. **Unless you are a developer testing changes to | ||
# the KSM vault support itself, it is unlikely that you need to set this | ||
# property.** | ||
# | ||
ksm-allow-unverified-cert: false | ||
|
||
# | ||
# Specify the minimum number of milliseconds between calls to the KSM API. The | ||
# API allows a limited number of calls per month, and calls over the included | ||
# amount generate additional cost. Setting this property allows you to | ||
# limit Guacamole's impact on that cost. | ||
# | ||
ksm-api-call-interval: 300000 | ||
|
||
# | ||
# Whether or not the Windows domain should be stripped off of the username | ||
# when usernames are retrieved from the KSM vault and placed into its own | ||
# secret. This is optional, and by default it is false - domains will | ||
# not be stripped from the username. | ||
# | ||
ksm-strip-windows-domains: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# | ||
# Whether or not users should be allowed to set their own KSM configuration, | ||
# which will be used to pull secrets _only_ when not already provided by the | ||
# global or connection-group-level KSM configuration. A user-level KSM | ||
# configuration will never be used if a matching secret is otherwise available. | ||
# | ||
ksm-allow-user-config: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# | ||
# The base64-encoded configuration information generated for the application | ||
# you created within KSM to represent Apache Guacamole. The easiest way to | ||
# obtain this value is using [the KSM CLI tool](https://docs.keeper.io/secrets-manager/secrets-manager/secrets-manager-command-line-interface/init-command). | ||
# as described above. *This value is required.* | ||
# | ||
ksm-config: ewogICJjbGllbnRJZCI6ICJTR1ZzYkc4Z2RHaGxjbVVoSUZSb1pYTmxJSEJ5YjNC... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters