zowe / zowe-cli-cics-plugin

Migrated to zowe/cics-for-zowe-client.
https://github.com/zowe/cics-for-zowe-client
Eclipse Public License 2.0
7 stars 11 forks source link

Breaking Change: Default CICS Plugin to use HTTPS to connect to CMCI #86

Closed awharn closed 4 years ago

awharn commented 4 years ago

As part of moving to security by default, change the CICS plugin to use HTTPS for the connection to CMCI when no protocol is specified. This can be overridden by specifying --protocol http or -o http during profile creation or while issuing commands. Because this changes the default behavior of the CICS Plugin and will result in the need for people to update profiles/scripts to use HTTP, this is a breaking change.

Resolves #77

Signed-off-by: Andrew W. Harn andrew.harn@broadcom.com

codecov[bot] commented 4 years ago

Codecov Report

Merging #86 into next will not change coverage. The diff coverage is 50%.

Impacted file tree graph

@@           Coverage Diff           @@
##             next      #86   +/-   ##
=======================================
  Coverage   94.25%   94.25%           
=======================================
  Files          74       74           
  Lines         749      749           
  Branches       86       86           
=======================================
  Hits          706      706           
  Misses         43       43
Impacted Files Coverage Δ
src/cli/CicsSession.ts 80% <50%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1ec19c1...03df7c3. Read the comment docs.