cyberark / secrets-provider-for-k8s

Cyberark secrets provider for k8s
Apache License 2.0
26 stars 11 forks source link

Fix for error copying conjur-secrets-unchanged.sh #479

Closed rpothier closed 2 years ago

rpothier commented 2 years ago

Desired Outcome

With the addition of sentinel files, sometimes the is an error copying the conjur-secrets-unchanged.sh script. The workaround is to add the /conjur/status volume mount, but that should not be required.

Implemented Changes

Added creating the /conjur/secrets directory in case it doesn't exist from the mounted volumes.

Connected Issue/Story

CyberArk internal issue link: ONYX-23697

Definition of Done

At least 1 todo must be completed in the sections below for the PR to be merged.

Changelog

Test coverage

Documentation

Behavior

Security

codeclimate[bot] commented 2 years ago

Code Climate has analyzed commit e8f8190e and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 71.4% (50% is the threshold).

This pull request will bring the total coverage in the repository to 89.1% (-0.1% change).

View more on Code Climate.