Skip to content

Commit

Permalink
Use InsecureSkipVerify, if IP address is used for baseURL host
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Jul 11, 2024
1 parent 55600e1 commit f421081
Show file tree
Hide file tree
Showing 61 changed files with 116,089 additions and 155 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ require (
kmodules.xyz/custom-resources v0.30.0
kmodules.xyz/go-containerregistry v0.0.12
kmodules.xyz/monitoring-agent-api v0.29.0
kmodules.xyz/resource-metadata v0.18.10
kmodules.xyz/resource-metadata v0.18.11-0.20240711013212-9244361c17c6
kmodules.xyz/resource-metrics v0.30.1
kmodules.xyz/resource-metrics/utils v0.30.1
kmodules.xyz/sets v0.29.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -916,8 +916,8 @@ kmodules.xyz/monitoring-agent-api v0.29.0 h1:gpFl6OZrlMLb/ySMHdREI9EwGtnJ91oZBn9
kmodules.xyz/monitoring-agent-api v0.29.0/go.mod h1:iNbvaMTgVFOI5q2LJtGK91j4Dmjv4ZRiRdasGmWLKQI=
kmodules.xyz/offshoot-api v0.29.4 h1:WQV2BIUIoVKKiqZNmZ4gAy367jEdwBhEl3dFCLZM1qA=
kmodules.xyz/offshoot-api v0.29.4/go.mod h1:e+NQ0s4gW/YTPWBWEfdISZcmk+tlTq8IjvP5SLdqvko=
kmodules.xyz/resource-metadata v0.18.10 h1:B0DAMsJJBuSOGCKzptZvB8AWcbxzDdUm+3CIE7g9ftE=
kmodules.xyz/resource-metadata v0.18.10/go.mod h1:PXyZXif1b1QRpe0Pwr92OeOveptZricB0jLssCjsYTc=
kmodules.xyz/resource-metadata v0.18.11-0.20240711013212-9244361c17c6 h1:BkaVsDiXfo1dzSBzozw+9ZsCt8rS37bS+TTD7ZeQeek=
kmodules.xyz/resource-metadata v0.18.11-0.20240711013212-9244361c17c6/go.mod h1:PXyZXif1b1QRpe0Pwr92OeOveptZricB0jLssCjsYTc=
kmodules.xyz/resource-metrics v0.30.1 h1:o7mVY8ZwSe5iEILy1eMG4EPZCli7mXZCkgQONjoY9uU=
kmodules.xyz/resource-metrics v0.30.1/go.mod h1:UYcQQLN+3o8rNPQJwJa2D9bt5ihJCeo5bCDuQ4O3MPY=
kmodules.xyz/resource-metrics/utils v0.30.1 h1:iRnAKNMMdAi7QYjMQrK9W3vNMhSC21RWNx9yS3qlpTA=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ spec:
type:
group: cluster.open-cluster-management.io
kind: ManagedCluster
- name: Cluster Claims
required: true
type:
group: cluster.open-cluster-management.io
kind: ClusterClaim
- name: AddOn Placement Scores
required: true
type:
Expand Down Expand Up @@ -115,7 +110,7 @@ spec:
- name: Cluster Gateways
required: true
type:
group: cluster.core.oam.dev
group: gateway.open-cluster-management.io
kind: ClusterGateway
- name: Managed Proxy Service Resolvers
type:
Expand All @@ -128,6 +123,6 @@ spec:
- name: Cluster Gateway Configurations
required: true
type:
group: proxy.open-cluster-management.io
group: config.gateway.open-cluster-management.io
kind: ClusterGatewayConfiguration
name: OCM Core AddOns Config
Loading

0 comments on commit f421081

Please sign in to comment.