Skip to content
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

Added ability to create target server without ssl_info configuration #29

Merged
merged 1 commit into from
Nov 1, 2019

Conversation

pako-grape
Copy link
Contributor

@pako-grape pako-grape commented Apr 18, 2019

Hello,

ApiGee target server behaves differently when created like:

{
  "name" : "asdf-target",
  "host" : "host.123",
  "isEnabled" : true,
  "port" : 80,
  "sSLInfo": {}
 }

and like:

{
  "name" : "asdf-target",
  "host" : "host.123",
  "isEnabled" : true,
  "port" : 80
 }

So... there should be the ability to create such target server (without ssl_info object defined).

I have added that possibility, fixed acceptance tests for this resource and added new test checking new functionality. It would be great to have that merged :)

NOTE: small change in go-apigee-edge was needed to make it work (zambien/go-apigee-edge#10).

@zambien
Copy link
Owner

zambien commented Nov 1, 2019

Thanks for the contribution!

@zambien zambien merged commit b4b3a74 into zambien:master Nov 1, 2019
@zambien zambien mentioned this pull request Nov 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants