You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
openfga does not start if deployed on azure aks as helm child chart using postgres database engine.
the pod says:
Back-off restarting failed container wait-for-migration in pod
I also see no job that does the migration i think that might be the problem.
I tested locally with docker-dekstop-k8s everything works as expected:
postgres starts
migrate job does whatever this migarte job does
openfg starts successfulley
Any clues or hints for me?
Expectation
openfga starts with postgres backend
Reproduction
integrate as child dependency
add some yaml
select postgres
Store data
model_file: | model schema 1.1 type user type organization relations define member: [user]tuples:
- user: user:annerelation: memberobject: organization:openfga
- user: user:bobrelation: memberobject: organization:openfgatests: # remove this if not a bug in Check or ListObjects API
- name: test-1check:
- user: user:anneobject: organization:openfgaassertions:
member: truelist_objects:
- user: user:annetype: organizationassertions:
member:
- organization:openfga
OpenFGA version
1.40
How are you running OpenFGA?
In Kubernetes
What datastore are you using?
Postgres
OpenFGA Flags
waitForMigrations: true
Logs
No response
The text was updated successfully, but these errors were encountered:
@lachnerd I don't quite have enough information to troubleshoot this issue. Could you please provide the precise helm install ... command that is not behaving as you expect?
Also, what version of the Helm chart are you using?
helm search repo openfga -l
If you're not running the latest Helm chart version 0.1.41, then please helm update and verify you are running the latest.
Let's start there and we can troubleshoot further. Cheers 🍻
Checklist
Description
openfga does not start if deployed on azure aks as helm child chart using postgres database engine.
the pod says:
Back-off restarting failed container wait-for-migration in pod
I also see no job that does the migration i think that might be the problem.
I tested locally with docker-dekstop-k8s everything works as expected:
Any clues or hints for me?
Expectation
openfga starts with postgres backend
Reproduction
integrate as child dependency
add some yaml
select postgres
Store data
OpenFGA version
1.40
How are you running OpenFGA?
In Kubernetes
What datastore are you using?
Postgres
OpenFGA Flags
waitForMigrations: true
Logs
No response
The text was updated successfully, but these errors were encountered: