Skip to content

Commit

Permalink
feat: Add security bootstrapper key for postgres db
Browse files Browse the repository at this point in the history
Resolves edgexfoundry/edgex-go#4836.
Add the security bootstrapper key for postgres db.

Signed-off-by: Lindsey Cheng <[email protected]>
  • Loading branch information
lindseysimple committed Jul 25, 2024
1 parent ffa9c05 commit 5bc0bbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ const (
SecurityProxySetupServiceKey = "security-proxy-setup"
SecurityFileTokenProviderServiceKey = "security-file-token-provider"
SecurityBootstrapperKey = "security-bootstrapper"
SecurityBootstrapperPostgresKey = "security-bootstrapper-postgres"
SecurityBootstrapperRedisKey = "security-bootstrapper-redis"
SecuritySpiffeTokenProviderKey = "security-spiffe-token-provider" // nolint:gosec
)
Expand Down

0 comments on commit 5bc0bbc

Please sign in to comment.