secrets-provider-for-k8s icon indicating copy to clipboard operation
secrets-provider-for-k8s copied to clipboard

Version in the logs should not include git commit hash

Open Conjur-oss opened this issue 3 years ago • 1 comments

##Bug description Currently, when we print the project's version, we print also the commit hash: {code:java}  INFO: 2020/11/10 15:32:04 main.go:20: CyberArk Secrets Provider for Kubernetes v1.1.0-e58708b starting up...{code} {{}} Fixed versions should not include the git commit tag and should include only the version.

Note: Once we fix this, we should also fix [this issue|https://github.com/cyberark/secrets-provider-for-k8s/issues/256] in the secrets-provider as it has a similar mechanism. h2. Steps to Reproduce

Steps to reproduce the behavior:

run 

{code:java} docker pull cyberark/secrets-provider-for-k8s:1.1.0{code}

run 

{code:java} docker run cyberark/secrets-provider-for-k8s:1.1.0{code}

h2. Expected Results

The log shows the message {{}} {code:java} CyberArk Secrets Provider for Kubernetes v1.1.0 starting up...{code} {{}} h2. Actual Results (including error logs, if applicable)

The log shows the message {{}} {code:java} CyberArk Secrets Provider for Kubernetes v1.1.0-e58708b starting up...{code} {{}} h2. Reproducible

  •  Always

h2. Version/Tag number

1.1.0

##Found in version 12.0

##Workaround Complexity No workaround

##Workaround Description

##Affects Version/s

##Link to JIRA bug ONYX-9877

Conjur-oss avatar Jun 27 '21 08:06 Conjur-oss