Skip to content

Commit

Permalink
feat: added token config file and fixed typo
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Goodell <leonard.goodell@intel.com>
  • Loading branch information
Leonard Goodell committed Jan 18, 2023
1 parent 15f6959 commit 5aeea9a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs_src/design/ucr/URIs-for-Files.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- All

### Motivation
Deployment at scale, i.e. identical or almost identical deployments across many locations, would benefit from the ability to loaded service files from a central location. This would allow the maintainer to make changes once to a shared file and have them apply to all or a subset of deployments. The following are some EdgeX service files that would benefit for this capability:
Deployment at scale, i.e. identical or almost identical deployments across many locations, would benefit from the ability to load service files from a central location. This would allow the maintainer to make changes once to a shared file and have them apply to all or a subset of deployments. The following are some EdgeX service files that would benefit for this capability:

- [Unit of Measure](https://github.com/edgexfoundry/edgex-go/blob/v2.3.0/cmd/core-metadata/res/uom.toml) file used by Core Metadata

Expand All @@ -19,6 +19,10 @@ Deployment at scale, i.e. identical or almost identical deployments across many
- Location of these files are currently defaulted to be `./res/configuration.toml`, but can be overridden via -cf/--configFile command line flag.
- The Common Configuration ADR adds a new [common configuration file](https://docs.edgexfoundry.org/3.0/design/adr/0026-Common%20Configuration/#specifying-the-common-configuration-location) specified via the future -cc/--commonConfig command line flag.

- [Token Configuration](https://github.com/edgexfoundry/edgex-go/blob/v2.3.0/cmd/security-file-token-provider/res/token-config.json) file for Security File Token Provider

- This file specifies the list of services to generate Vault tokens for.

- Device Profiles, Device Definition and Provision Watchers

- These files can reside in a device services local file system and are pushed to Core Metadata the first time the service starts. Example [here](https://github.com/edgexfoundry/device-onvif-camera/tree/v2.3.0/cmd/res)
Expand Down

0 comments on commit 5aeea9a

Please sign in to comment.