This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/pkg/auth/providers/ldap/ldap_client_test.go b/pkg/auth/providers/ldap/ldap_client_test.go | |
index d749c4432..c7c761b8d 100644 | |
--- a/pkg/auth/providers/ldap/ldap_client_test.go | |
+++ b/pkg/auth/providers/ldap/ldap_client_test.go | |
@@ -161,6 +161,84 @@ type args struct { | |
wantGroupPrincipals: nil, | |
wantErr: true, | |
}, | |
+ { | |
+ name: "successful user login with SearchUsingServiceAccount true", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: serving.kserve.io/v1alpha1 | |
kind: Predictor | |
metadata: | |
name: example-mnist-predictor | |
spec: | |
modelType: | |
name: sklearn | |
path: sklearn/mnist-svm.joblib | |
storage: | |
s3: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: Service | |
metadata: | |
name: minio | |
spec: | |
ports: | |
- name: minio-client-port | |
port: 9000 | |
protocol: TCP | |
targetPort: 9000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: networking.istio.io/v1alpha3 | |
kind: Gateway | |
metadata: | |
name: odh-gateway | |
namespace: opendatahub | |
spec: | |
selector: | |
istio: ingressgateway | |
servers: | |
- port: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: maistra.io/v1 | |
kind: ServiceMeshMemberRoll | |
metadata: | |
namespace: istio-system | |
name: default | |
spec: | |
members: | |
- opendatahub | |
--- | |
apiVersion: maistra.io/v2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright 2021 IBM Corporation | |
# | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. | |
# You may obtain a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# | |
# Unless required by applicable law or agreed to in writing, software | |
# distributed under the License is distributed on an "AS IS" BASIS, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: argoproj.io/v1alpha1 | |
kind: Workflow | |
metadata: | |
generateName: healthpredict | |
spec: | |
entrypoint: health-workflow | |
arguments: | |
parameters: | |
- name: inputdata | |
value: 75:200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: machinelearning.seldon.io/v1alpha2 | |
kind: SeldonDeployment | |
metadata: | |
labels: | |
app: seldon | |
name: ${NAME} | |
namespace: ${NAMESPACE} | |
spec: | |
annotations: | |
deployment_version: "0.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Java | |
yum -y install java-1.8.0-openjdk-devel | |
# Build Esentials (minimal) | |
yum -y install gcc gcc-c++ kernel-devel make automake autoconf swig git unzip libtool binutils | |
# Extra Packages for Enterprise Linux (EPEL) (for pip, zeromq3) | |
yum -y install epel-release | |
# Python |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: pom.xml | |
IDEA additional info: | |
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
<+>UTF-8 | |
=================================================================== | |
--- pom.xml (revision afab8557b069dff233bc187ddad46d071eeb6137) | |
+++ pom.xml (revision ) | |
@@ -136,7 +136,7 @@ | |
<derby.version>10.12.1.1</derby.version> | |
<parquet.version>1.8.1</parquet.version> |
NewerOlder