Files
UnrealEngineUWP/Engine/Source/Programs/Horde/Docs/Config.md
ben marsh fd627ed331 Horde: Add documentation for setting up a secret store.
#jira UE-106575

[CL 34569169 by ben marsh in ue5-main branch]
2024-06-21 13:54:21 -04:00

35 lines
1.4 KiB
Markdown

[Horde](../README.md) > Configuration
# Configuration
This section targets operating and managing Horde installations and shares some best practices learned from supporting it for teams at Epic.
## General
* [Orientation](Config/Orientation.md): Get familiar with how Horde is configured, how to store configuration data in
revision control, and how to set up a schema server.
* [Permissions](Config/Permissions.md): Understand how to use the Horde permissions model.
## Resources
* [Agents](Config/Agents.md): Configure worker machines to connect to the Horde server for CI and remote execution workspaces.
* [Devices](Config/Devices.md): Adding mobile devices and console development kits as shared resources.
* [Secrets](Config/Secrets.md): Allowing Horde to manage access to confidential values.
* [Storage](Config/Storage.md): Setting up different storage backends for Horde.
## Features
* [Build Automation](Config/BuildAutomation.md)
* [Remote Execution](Config/RemoteExecution.md)
* DDC Server (Coming Soon)
* [Automation Hub](Config/AutomationHub.md)
* [UnrealGameSync Metadata Server](Config/UgsMetadataServer.md)
## Reference
* [Globals.json Reference](Config/Schema/Globals.md)
* [*.project.json Reference](Config/Schema/Projects.md)
* [*.stream.json Reference](Config/Schema/Streams.md)
* [*.telemetry.json Reference](Config/Schema/Telemetry.md)
* [*.dashboard.json Reference](Config/Schema/Dashboard.md)