The environmental variable CONJUR_NAMESPACE was changed to CONJUR_NAMESPACE_NAME
in conjur-authn-k8s-client.
Desired Outcome
If someone sets CONJUR_NAMESPACE_NAME, that value should be used.
Implemented Changes
The there is an equivalent environmental variable to CONJUR_NAMESPACE in other projects called CONJUR_NAMESPACE_NAME. The purpose is to set the Conjur OSS namespace name in both cases. We need to check if either one exists when setting CONJUR_NAMESPACE. If both CONJUR_NAMESPACE and CONJUR_NAMESPACE_NAME are set we assume that CONJUR_NAMESPACE_NAME is the preferred name and will use that.
Connected Issue/Story
Resolves #N/A
CyberArk internal issue link: [insert issue ID]()
Definition of Done
At least 1 todo must be completed in the sections below for the PR to be
merged.
Changelog
[ ] The CHANGELOG has been updated, or
[x] This PR does not include user-facing changes and doesn't require a
CHANGELOG update
Test coverage
[ ] This PR includes new unit and integration tests to go with the code
changes, or
[x] The changes in this PR do not require tests
Documentation
[ ] Docs (e.g. READMEs) were updated in this PR
[ ] A follow-up issue to update official docs has been filed here: [insert issue ID]()
[x] This PR does not require updating any documentation
Behavior
[ ] This PR changes product behavior and has been reviewed by a PO, or
[ ] These changes are part of a larger initiative that will be reviewed later, or
[x] No behavior was changed with this PR
Security
[ ] Security architect has reviewed the changes in this PR,
[ ] These changes are part of a larger initiative with a separate security review, or
[ ] There are no security aspects to these changes
The environmental variable CONJUR_NAMESPACE was changed to CONJUR_NAMESPACE_NAME in conjur-authn-k8s-client.
Desired Outcome
If someone sets CONJUR_NAMESPACE_NAME, that value should be used.
Implemented Changes
The there is an equivalent environmental variable to CONJUR_NAMESPACE in other projects called CONJUR_NAMESPACE_NAME. The purpose is to set the Conjur OSS namespace name in both cases. We need to check if either one exists when setting CONJUR_NAMESPACE. If both CONJUR_NAMESPACE and CONJUR_NAMESPACE_NAME are set we assume that CONJUR_NAMESPACE_NAME is the preferred name and will use that.
Connected Issue/Story
Resolves #N/A
CyberArk internal issue link: [insert issue ID]()
Definition of Done
At least 1 todo must be completed in the sections below for the PR to be merged.
Changelog
Test coverage
Documentation
README
s) were updated in this PRBehavior
Security