forked from freedomofpress/securedrop-workstation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Converts RPC sd-svs -> $tag:sd-client
We use a tag rather than a hardcoded AppVM name to support flexibility configuration. In the main, this is useful to developers, so that the `sd-dev` AppVM can be tagged with `sd-client`, and thereby make calls as though it were `sd-svs`. The Salt logic does not create `sd-dev`, it's up to the developer to configure that machine. Includes corresponding config test updates to validate the RPC policy changes. There are no functional changes to sd-svs grants, merely the possibility that other VMs can be manually granted similar capability. Includes docs, recommending that developers add the new `sd-client` tag to the dev VM manually, if working on the Client code.
- Loading branch information
Conor Schaefer
committed
Jul 24, 2019
1 parent
503fd6f
commit 784076d
Showing
5 changed files
with
20 additions
and
10 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
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
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 |
---|---|---|
|
@@ -33,6 +33,7 @@ sd-svs: | |
- netvm: "" | ||
- tags: | ||
- add: | ||
- sd-client | ||
- sd-workstation | ||
- features: | ||
- enable: | ||
|
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
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