Fix poorly formed json in OIDC_AUTH_REQUEST_EXTRA_PARAMS #7
Reference in New Issue
Block a user
No description provided.
Delete Branch "notplants/lasuite-docs:fix-json"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This appears to get the backend service to run, which gets nginx to run. The app properly loaded after this change.
Didn't get around to fully testing keycloak integration (probably next step)
Seems like @3wordchant might be the one to ask about this as far as I can tell from
7b00a0ff4c
nice (also oops I shouldn't have rushed to approve this, waiting to merge...), looks good so far though
@notplants great spot!
Definitely with
=
I'm seeing these errors on thebackend
container:I think it's parsing it as a Python dict, so the quotation marks shouldn't matter (and it works for me without that part of the change) but I don't think the change harms anything either.