apigee / apigeecli

This is a tool to interact with Apigee APIs. The tool lets you manage (create, del, get, list) environments, proxies, etc.
Apache License 2.0
51 stars 28 forks source link

Missing option to configure "Strictly enforce SSL" option for Targetservers #474

Closed mjooz closed 3 months ago

mjooz commented 3 months ago

Hi,

Among existing switches for apigeecli targetservers create I can not find one for configuring "Strictly enforce SSL". This option is present in the UI.

Can we add this?

ssvaidyanathan commented 3 months ago

fixed and released in v2.2.0-beta.2

Please try it and let us know. To install this version

export APIGEECLI_VERSION=v2.2.0-beta.2
curl -L https://raw.githubusercontent.com/apigee/apigeecli/main/downloadLatest.sh | sh -
mjooz commented 3 months ago

Works as expected, thanks a lot.