From da9c53c8f531c50c136bf7f237b2fe6b058fda45 Mon Sep 17 00:00:00 2001 From: Chris Hung Date: Mon, 30 Jan 2023 15:37:26 +0800 Subject: [PATCH] build(deps): bump device-sdk-go version (#330) Signed-off-by: Chris Hung Co-authored-by: Cloud Tsai --- cmd/res/configuration.toml | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/cmd/res/configuration.toml b/cmd/res/configuration.toml index 9a44c2c8..5d9f0a6a 100644 --- a/cmd/res/configuration.toml +++ b/cmd/res/configuration.toml @@ -71,6 +71,7 @@ SecretName = "redisdb" PublishTopicPrefix = "edgex/events/device" # /// 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; /// 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" @@ -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