Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Don't use generic url validation for kube endpoints (#4826)
Browse files Browse the repository at this point in the history
- this was recently added
- false negative for minikube url (https://192.168.39.159:8443)
  • Loading branch information
richard-cox committed Dec 8, 2020
1 parent 06a91dc commit bd84d87
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { Validators } from '@angular/forms';
import moment from 'moment';

import { BaseEndpointAuth } from '../../../core/src/core/endpoint-auth';
import { urlValidationExpression } from '../../../core/src/core/utils.service';
import {
OrchestratedActionBuilderConfig,
OrchestratedActionBuilders,
Expand Down Expand Up @@ -261,7 +260,6 @@ export class KubeEntityCatalog {
],
getEndpointIdFromEntity: (entity) => entity.kubeGuid || entity.metadata?.kubeId,
renderPriority: 4,
urlValidationRegexString: urlValidationExpression,
subTypes: [
{
type: 'config',
Expand Down

0 comments on commit bd84d87

Please sign in to comment.