Aleksandr Petruhin
Aleksandr Petruhin
hi @jacklauret there is no config parameters for that, cause target platform for running is kubernetes and ssl/tls certs can be configured at ingress deployment. But anyway i will search...
@torblerone hi, i'll try to look at this problem at weekend.
@torblerone sadly i can't reproduce this behaviour :confused: but i prepared [helm charts](https://github.com/rzrbld/adminio-helm) can you please deploy it and check is problem still exist?
Looks like the problem with getting ServerInfo. Is your minio installation have some buckets and objects? You able to run 'mc admin --json info %my-alias%' ?
@torblerone does this CLI command `mc admin --json info %my-alias%` works normally? Do you use "admin" credentials for adminio-api or some user with custom policy?
Hi @dberardo OAuth2 standart implementation should support 3 endpoints: ``` authEndpoint string = "/authorize" tokenEndpoint string = "/token" endpointProfile string = "/userinfo" ``` `/userinfo` in your server could be an...
adminio call `FetchUser` at https://github.com/rzrbld/adminio-api/blob/master/src/oauth/oauth.go#L102 so you can make a stub `FetchUser` at https://github.com/markbates/goth/blob/master/providers/auth0/auth0.go#L86
Hi @knogbe can you please provide more details: - version of adminio - version of minio - how it running: docker, docker-compose, k8s, binary stand alone? - do you provide...