Skip to content

Commit

Permalink
build(deps): bump device-sdk-go version (#330)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Hung <chris@iotechsys.com>
Co-authored-by: Cloud Tsai <cloudxxx8@gmail.com>
  • Loading branch information
Chris Hung and cloudxxx8 authored Jan 30, 2023
1 parent dc1ad58 commit da9c53c
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions cmd/res/configuration.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ SecretName = "redisdb"
PublishTopicPrefix = "edgex/events/device" # /<device-profile-name>/<device-name>/<source-name> will be added to this Publish Topic prefix
CommandRequestTopic = "edgex/device/command/request/device-virtual/#" # subscribing for inbound command requests
CommandResponseTopicPrefix = "edgex/device/command/response" # publishing outbound command responses; <device-service>/<device-name>/<command-name>/<method> will be added to this publish topic prefix
SystemEventTopic = "edgex/system-events/core-metadata/device/#/device-virtual/#"
[MessageBus.Optional]
# Default MQTT & NATS Specific options that need to be here to enable environment variable overrides of them
ClientId = "device-virtual"
Expand All @@ -90,29 +91,6 @@ SecretName = "redisdb"
DefaultPubRetryAttempts = "2"
Subject = "edgex/#" # Required for NATS JetStream only for stream auto provisioning

# Only used when EDGEX_SECURITY_SECRET_STORE=true which is now required for secure Consul
[SecretStore]
Type = "vault"
Host = "localhost"
Port = 8200
Path = "device-virtual/"
Protocol = "http"
RootCaCertPath = ""
ServerName = ""
SecretsFile = ""
DisableScrubSecretsFile = false
TokenFile = "/tmp/edgex/secrets/device-virtual/secrets-token.json"
[SecretStore.Authentication]
AuthType = "X-Vault-Token"
[SecretStore.RuntimeTokenProvider]
Enabled = false
Protocol = "https"
Host = "localhost"
Port = 59841
TrustDomain = "edgexfoundry.org"
EndpointSocket = "/tmp/edgex/secrets/spiffe/public/api.sock"
RequiredSecrets = "redisdb"

[Device]
DataTransform = true
MaxCmdOps = 128
Expand Down

0 comments on commit da9c53c

Please sign in to comment.