Skip to content

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 authored Dec 7, 2020
1 parent 463a1c3 commit f4c8061
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Compiler, Injector } from '@angular/core';
import { Validators } from '@angular/forms';

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

0 comments on commit f4c8061

Please sign in to comment.