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

TLS Cluster Fix #87

Closed

Conversation

tonyxrmdavidson
Copy link

@tonyxrmdavidson tonyxrmdavidson commented Jul 1, 2024

This commit changes the the curl commands in both scripts to use the -k flag as there were issues when working with certain openshift clusters.

Description

A -k flag is needed to ensure the script will run against clusters that are not set up to accept self signed certs.

How Has This Been Tested?

It has been tested locally. A pdf is attached with the output of the successful run.
To verify you will need an openshift cluster deployed and be oc logged in.
Git fetch and checkout this PR
From the root of the repo run this command: ./openshift-ci/scripts/oci-model-registry-istio-tls-deploy.sh

Merge criteria:

  • The commits and have meaningful messages; the author will squash them after approval or will ask to merge with squash.
  • Testing instructions have been added in the PR body (for PRs involving changes that are not immediately obvious).
  • The developer has manually tested the changes and verified that the changes work

This commit changes the the curl commands in both scripts to use the -k flag as there were issues when working with certain openshift clusters.

Signed-off-by: tonyxrmdavidson <tonyxrmdavidson@yahoo.co.uk>
@openshift-ci openshift-ci bot requested review from rareddy and rkubis July 1, 2024 19:00
Copy link

openshift-ci bot commented Jul 1, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: tonyxrmdavidson

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved label Jul 1, 2024
@tonyxrmdavidson
Copy link
Author

This commit will uncomment the commands in the main function. These should not be commented

Signed-off-by: tonyxrmdavidson <tonyxrmdavidson@yahoo.co.uk>
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.86%. Comparing base (ef568eb) to head (4ce1cd4).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #87      +/-   ##
==========================================
- Coverage   76.57%   68.86%   -7.71%     
==========================================
  Files          19       19              
  Lines        2194     2194              
  Branches      101      101              
==========================================
- Hits         1680     1511     -169     
- Misses        319      506     +187     
+ Partials      195      177      -18     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants