I’ve redeployed a `flyte-core` environment now, using the guide <here>, I’m now trying to setup the ...
s
I’ve redeployed a
flyte-core
environment now, using the guide here, I’m now trying to setup the authentication using the guide here but after the following the steps I’m not getting any prompt to authorise from the UI. I noticed some indentation conflicts between the yaml in the deployment guide and authorisation guide, and had a similar issue with authorising
flyte-binary
due to an indentation issue, I’m not sure if it’s indentation causing issues again here, but any help would be greatly appreciated, thanks
b
For me, I believe it was the
useAuth
line under
configmap.adminServer.server.security
. Make sure that is set to
true
s
Hi @big-notebook-82371, thanks for the hint, I had
useAuth
set to
true
, but it was under
configmap.adminServer.security
instead… (cc. @average-finland-92144/@tall-lock-23197 is this a typo in the docs?)
🫡 1
a
@strong-plumber-41198 the indentation issue in the
values-gcp-core.yaml
file was just fixed. Hopefully that helps reduce the confusions when comparing with the config that enables auth. Any further question please let us know
🙌 1
s
thanks David
r
I think the bad indentation still exists in the doc FYI. Hard for me to say, since I wasn't able to get it working. I wonder if there are maybe other issues aside from
security
not being under
server
.
a
@rapid-forest-11534 I'll be reproducing and fixing the issues you've been getting with both auth and the GCP TF modules. I'm so sorry for the inconveniences it has caused to you
@rapid-forest-11534 so you've setup auth but you're not prompted to login to your IdP? I see the indentation fine on the docs and values
p
@strong-plumber-41198 I’m running in the same issue, did you get it to work?
a
@proud-piano-91720 could you check if your values file has this key set to
true
?
p
@average-finland-92144 Thanks David, it was an indentation issue
🙌🏽 1