Skip to content

Commit ed9fb59

Browse files
committed
uploader_id: mention that it will be no required needed by the API
1 parent bb569cb commit ed9fb59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/agent/config.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,9 @@ func ValidateAndCombineConfig(log *log.Logger, cfg Config, flags AgentCmdFlags)
433433
// backend. Since the backend requires it for historical reasons (but cannot
434434
// be empty), we just ignore whatever the user has set in the config file,
435435
// and set it to an arbitrary value in the client since it doesn't matter.
436+
//
437+
// TODO(mael): Remove the arbitrary `/no` path parameter from the Agent once
438+
// https://venafi.atlassian.net/browse/VC-35385 is done.
436439
{
437440
if res.AuthMode == VenafiCloudVenafiConnection || res.AuthMode == VenafiCloudKeypair {
438441
if cfg.VenafiCloud != nil && cfg.VenafiCloud.UploaderID != "" {

0 commit comments

Comments
 (0)