Skip to content

Commit b8210ce

Browse files
committed
Name Change Updates
1 parent bf26ab4 commit b8210ce

File tree

6 files changed

+81
-208
lines changed

6 files changed

+81
-208
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [3.1.1] - 2025-09-11
10+
11+
### Changed
12+
- Updated documentation to align with Conjur Enterprise name change to Secrets Manager. (CNJR-10972)
13+
914
## [3.1.0] - 2025-03-27
1015

1116
### Added
@@ -125,7 +130,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
125130
- Authn tokens now use the new Conjur 5 format - [PR #21](https://github.com/cyberark/conjur-api-java/pull/21)
126131
- Configuration change. When using environment variables, use `CONJUR_AUTHN_LOGIN` and `CONJUR_AUTHN_API_KEY` now instead of `CONJUR_CREDENTIALS` - https://github.com/cyberark/conjur-api-java/commit/60344308fc48cb5380c626e612b91e1e720c03fb
127132

128-
[Unreleased]: https://github.com/cyberark/conjur-api-java/compare/v3.0.5...HEAD
133+
[Unreleased]: https://github.com/cyberark/conjur-api-java/compare/v3.1.1...HEAD
134+
[3.1.1]: https://github.com/cyberark/conjur-api-java/compare/v3.1.0...v3.1.1
135+
[3.1.0]: https://github.com/cyberark/conjur-api-java/compare/v3.0.7...v3.1.0
136+
[3.0.7]: https://github.com/cyberark/conjur-api-java/compare/v3.0.6...v3.0.7
137+
[3.0.6]: https://github.com/cyberark/conjur-api-java/compare/v3.0.5...v3.0.6
129138
[3.0.5]: https://github.com/cyberark/conjur-api-java/compare/v3.0.4...v3.0.5
130139
[3.0.4]: https://github.com/cyberark/conjur-api-java/compare/v3.0.3...v3.0.4
131140
[3.0.3]: https://github.com/cyberark/conjur-api-java/compare/v3.0.2...v3.0.3

CONTRIBUTING.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to the Conjur API for Java
1+
# Contributing to the Secrets Manager API for Java
22

33
For general contribution and community guidelines, please see the [community repo](https://github.com/cyberark/community).
44

@@ -16,20 +16,12 @@ To work in this codebase, you will need the latest version of the [Java JDK](htt
1616
### Docker
1717
This project is container-based and therefore, you will need [Docker](https://hub.docker.com/) in order to make and view your changes.
1818

19-
### Access to Conjur Registry (for contributing to testing ONLY)
20-
To contribute to testing, you will need both the Conjur Open Source and Enterprise. You shouldn't have a problem pulling down the Open Source image, but to pull the Enterprise image, you must be granted access to the Conjur registry.
21-
22-
You will want to get in contact with the Infrastructure team via the [CyberArk Commons](https://discuss.cyberarkcommons.org/) to be granted access. If you have been granted access, run: `docker login registry.tld`.
23-
24-
_NOTE:_ Your password should be the API key given to you by the Infrastructure team.
25-
26-
2719
## Building and Testing
2820
Before making changes, it is recommended that the test script is run first to ensure that Java and the provided dependencies are not out-of-date.
2921
You can run the test script in your shell like so:
3022
`./test.sh`
3123

32-
_NOTE:_ The tests (for both Conjur Open Source and Enterprise) are part of the build so if a change is made to the actual API, but the tests fail, the build will also fail.
24+
_NOTE:_ The tests (for both Conjur OSS and Secrets Manager, Self-Hosted) are part of the build so if a change is made to the actual API, but the tests fail, the build will also fail.
3325

3426
## Troubleshooting Steps
3527
This section includes helpful troubleshooting hints to help you navigate the codebase and resolve problems that you might be experiencing during development.
@@ -45,7 +37,7 @@ This section includes helpful troubleshooting hints to help you navigate the cod
4537
To do so:
4638
1. `docker exec` into the test container and run `keytool -list -keystore $JRE_HOME/lib/security/cacerts -alias <IMPORTED_CERT_ALIAS>`. The alias of the certificate can be found in the test script.
4739
1. If import was successful, the certificate fingerprint (SHA) should be returned.
48-
2. Navigate to `https://localhost:<PORT_OF_CONJUR_CONTAINER>` in your browser (make sure the Conjur container is still up and running).
40+
2. Navigate to `https://localhost:<PORT_OF_CONJUR_CONTAINER>` in your browser (make sure the Conjur OSS container is still up and running).
4941
1. You can find the exact ports by taking a look at each container's exposed ports in the `docker-compose.yml` file.
5042
2. You can keep containers up by commenting out the `finish` function in the test script.
5143
3. For instructions on how to view certificates in browsers, take a look [here](https://www.globalsign.com/en/blog/how-to-view-ssl-certificate-details/).

FEATURE.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)