From d7bef0ff9d2871fa4ab79d8e87ff79ee2f929fde Mon Sep 17 00:00:00 2001 From: Valeriano Manassero <14011549+valeriano-manassero@users.noreply.github.com> Date: Fri, 25 Mar 2022 10:27:40 +0100 Subject: [PATCH] Add authentication example (#56) * Added: auth enabled example in additionalConfigs * Changed: bump up version * Fixed: remove trailing spaces --- charts/clearml/Chart.yaml | 2 +- charts/clearml/README.md | 2 +- charts/clearml/values.yaml | 19 +++++++++++++++++++ 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/charts/clearml/Chart.yaml b/charts/clearml/Chart.yaml index d279934..fc1fa9b 100644 --- a/charts/clearml/Chart.yaml +++ b/charts/clearml/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: clearml description: MLOps platform type: application -version: "3.7.0" +version: "3.7.1" appVersion: "1.2.0" home: https://clear.ml icon: https://raw.githubusercontent.com/allegroai/clearml/master/docs/clearml-logo.svg diff --git a/charts/clearml/README.md b/charts/clearml/README.md index fb517b1..4784a1e 100644 --- a/charts/clearml/README.md +++ b/charts/clearml/README.md @@ -1,6 +1,6 @@ # ClearML Ecosystem for Kubernetes -![Version: 3.7.0](https://img.shields.io/badge/Version-3.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square) +![Version: 3.7.1](https://img.shields.io/badge/Version-3.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square) MLOps platform diff --git a/charts/clearml/values.yaml b/charts/clearml/values.yaml index a6b2079..7c4544f 100755 --- a/charts/clearml/values.yaml +++ b/charts/clearml/values.yaml @@ -101,6 +101,25 @@ apiserver: # watch_interval_sec: 900 # } # } + # apiserver.conf: | + # auth { + # fixed_users { + # enabled: true + # pass_hashed: false + # users: [ + # { + # username: "jane" + # password: "12345678" + # name: "Jane Doe" + # }, + # { + # username: "john" + # password: "12345678" + # name: "John Doe" + # }, + # ] + # } + # } fileserver: service: