Skip to content

Commit

Permalink
[frinx-machine] Update docs in frinx machine and fix oauth2-proxy exa…
Browse files Browse the repository at this point in the history
…mple configuration
  • Loading branch information
Jozef Volak committed Sep 25, 2024
1 parent cfdce9b commit 0a9b7c1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 19 deletions.
2 changes: 1 addition & 1 deletion charts/frinx-machine/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: |
Further information is available on [docs.frinx.io](https://docs.frinx.io/frinx-machine/getting-started/).
icon: https://avatars.githubusercontent.com/u/23452093?s=200&v=4
type: application
version: 10.0.1
version: 10.0.2
appVersion: 6.2.0
maintainers:
- name: FRINX
Expand Down
12 changes: 3 additions & 9 deletions charts/frinx-machine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ User specific workflows are designed through the use of OpenConfig NETCONF & YAN
The FRINX Machine uses dockerized containers that are designed and tested to work together to create a user specific solution.
Further information is available on [docs.frinx.io](https://docs.frinx.io/frinx-machine/getting-started/).

![Version: 10.0.1](https://img.shields.io/badge/Version-10.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.2.0](https://img.shields.io/badge/AppVersion-6.2.0-informational?style=flat-square)
![Version: 10.0.2](https://img.shields.io/badge/Version-10.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.2.0](https://img.shields.io/badge/AppVersion-6.2.0-informational?style=flat-square)

## Prerequisites

Expand Down Expand Up @@ -60,14 +60,8 @@ kubectl delete -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.4

## UI access

To access UI, enable ingress for KrakenD service

```console
helm install [RELEASE_NAME] frinx/frinx-machine --set krakend.ingress.enabled=true
```
Then from browser access: `krakend.127.0.0.1.nip.io`

Frinx Machine can be deployed with Oauth2-Proxy. Example of configuration can be found in values.yaml
To access UI, use krakend-nginx ingress hostname for KrakenD service and visit Frinx Machine page in your browser on `https://krakend.127.0.0.1.nip.io/frinxui`
Frinx Machine can be deployed with Oauth2-Proxy. Example of configuration can be found in values.yaml.

## Requirements

Expand Down
10 changes: 2 additions & 8 deletions charts/frinx-machine/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,8 @@ kubectl delete -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.4

## UI access

To access UI, enable ingress for KrakenD service

```console
helm install [RELEASE_NAME] frinx/{{ template "chart.name" . }} --set krakend.ingress.enabled=true
```
Then from browser access: `krakend.127.0.0.1.nip.io`

Frinx Machine can be deployed with Oauth2-Proxy. Example of configuration can be found in values.yaml
To access UI, use krakend-nginx ingress hostname for KrakenD service and visit Frinx Machine page in your browser on `https://krakend.127.0.0.1.nip.io/frinxui`
Frinx Machine can be deployed with Oauth2-Proxy. Example of configuration can be found in values.yaml.

{{ template "chart.requirementsSection" . }}

Expand Down
2 changes: 1 addition & 1 deletion charts/frinx-machine/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ oauth2-proxy:
# https://oauth2-proxy.github.io/oauth2-proxy/configuration/overview
custom_sign_in_logo = "/tmp/frinx/frinx.png"
upstreams = ["http://krakend:8080"]
upstreams = "file:///dev/null"
cookie_secure = true
cookie_expire = 0
Expand Down

0 comments on commit 0a9b7c1

Please sign in to comment.