Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
27e2c3d
add oauth2 support
mteodor Aug 24, 2021
4802a1c
add oauth2 support
mteodor Aug 24, 2021
f965d53
refactor
mteodor Aug 25, 2021
eb9afc4
add certificate issuer
mteodor Sep 2, 2021
18e861e
fix profile endpoint
mteodor Sep 2, 2021
cd3cd94
remove nginx conf add by mistake
mteodor Sep 2, 2021
88a10d2
add mongodb writer
mteodor Sep 2, 2021
77faac1
add authentication with ouath2-proxy
mteodor Sep 2, 2021
fdbaf76
add support for gitlab docker images with credentials
mteodor Sep 13, 2021
7c87d4a
add grafana, and influx json writer, add oidc var
mteodor Oct 20, 2021
24718a9
add grafana defaults file
mteodor Oct 20, 2021
01daddf
replace mongodbwriter charts
mteodor Oct 20, 2021
84a34c8
generic config for oauth2
mteodor Oct 29, 2021
cb75854
configure authentication behind proxy for grafana
mteodor Oct 29, 2021
4989993
add config for proxy auth
mteodor Oct 29, 2021
ccee71b
oauth2 user info
mteodor Oct 29, 2021
f245cbb
additional envs for prefix,logout url, proxy mode
mteodor Nov 23, 2021
c33b6ee
add email
mteodor Nov 23, 2021
fe07366
add grafana persistence and config, add email, and proxy mode
mteodor Nov 23, 2021
805dd38
add grafana, volumes for persistence
mteodor Nov 23, 2021
4316890
add keycloak theme for customizing
mteodor Nov 23, 2021
ec2088c
add whitelist domain, otherwise logout doesnt work
mteodor Nov 23, 2021
6effe65
add static ingress and grafana
mteodor Nov 23, 2021
49f14ee
when user logs out and clicks again to link to login on proxy conent …
mteodor Nov 24, 2021
1775828
remove grafana yaml as grafana is configured throught helm install
mteodor Dec 1, 2021
0c39b87
add credentials for accessing private registry
mteodor Dec 1, 2021
f423f92
add keycloak volume for themes
mteodor Dec 1, 2021
323fb34
oauth2 installed on DO, on 11. Feb 20222
mteodor Feb 11, 2022
d67d200
add ingress for minio
mteodor Apr 20, 2022
e5b556a
fix bad merge
mteodor Apr 26, 2022
4e37038
fix ident
mteodor Apr 28, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 6 additions & 1 deletion charts/mainflux/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ dependencies:
repository: "@bitnami"
alias: redis-lora
condition: adapter_lora.enabled
- name: redis
version: "12.6.2"
repository: "@bitnami"
alias: redis-oauth2
condition: oidc.enabled
- name: influxdb
version: "1.1.9"
repository: "@bitnami"
Expand All @@ -81,7 +86,7 @@ dependencies:
version: "10.4.1"
repository: "@bitnami"
alias: twins-db
condition: twins.enabled
condition: twins.enabled, mongodb.enabled
- name: postgresql
version: "10.2.3"
repository: "@bitnami"
Expand Down
Loading