-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
405 Method Not Allowed - when calling readZoneConfiguration with 0.9.1 and 0.9.2 #115
Comments
I made some further tests: `final Authentication auth = Authentication.builder() final Config config = Config.builder() final VCertClient client = new VCertClient(config); System.out.println(zone);` |
@kai83 almost nothing changed between v0.9.0 and v0.9.2 that applies to the TPP integration. Can you please review your TPP configuration to make sure that the parameters you are specifying are all still valid and that the required permissions have been granted to the API user? Can you confirm that v0.9.0 still works with the same TPP environment and settings? |
@kai83 I have confirmed there is an issue in v0.9.0 and higher that has to do with handling of the URL. The 405 error is happening because the method URL is missing the |
Hi @tr1ck3r Calling client.ping() on venafi as a service (ConnectorType.CLOUD) is causing a 404 (so I guess URL issue as well). |
…ion_issue_115 Fix for VCertTknClient read zone configuration issue #115
Hi @kai83 this issue is now fixed and is in the new release v.0.9.3. Thanks a lot to detect these issues :-) Talking about of the way you tried to create your client, let me tell you that starting on v0.9.0 it was added new behaviour that enable you to do the |
@marcos-albornoz |
I am running the following code based on your documentation.
When using the vcert version 0.9.0, then everything works fine.
Using 0.9.1 and 0.9.2 is causing the following error:
Can you please let me know if something, on how to retrieve the ZoneConfiguration, has been changed?
The text was updated successfully, but these errors were encountered: