#Relationship Write

1 messages · Page 1 of 1 (latest)

red brook
#

Hello @night scarab , first of all, can I learn which version of Permify are you using?

night scarab
#

Thank you. These are all the things that I have done to solve the problem

  • Purged the entire docker image of Permify and started a brand new installation.

  • The Permify version is - Fine-grained Authorization System v0.5.0

  • I had exactly the same issue with Fine-grained Authorization System v0.4.0

  • I created a brand new schema as follows and I get a valid "schema_version".
    {
    "schema": "entity user {}\nentity org {\n relation admin @user\n}\n"
    }

  • But, creating a relationship just fails and my Tuple is

{
"metadata": {
"schema_version": "cj6aavei87m1s092mj1g"
},
"tuples": [
{
"entity": {
"type": "org",
"id": "1"
},
"relation": "admin",
"subject": {
"type": "user",
"id": "1",
"relation": ""
}
}
]
}

  • Is there a place where the error messages are logged? Please let me know.
red brook
#

Our latest version is v0.4.8. Our v.0.5.0 version has not been released yet.

#

Are you getting a 'not found' error when you create a schema and then write relationships in version v0.4.8?

night scarab
#

Let me try it on 0.4.8 and I will let you know.

#

Oooph!!!! Thank you, @red brook and that worked!

red brook
#

You're welcome, if you encounter any problems, we are here to help

dry mortar
#

If v0.4.9-4726077 is not released version, can I suggest to keep image tag 'latest' to be most recent released version?

red brook
#

Yes, this should not be happening. I'm going to open an issue and we will fix it. Thank you for letting us know.

red brook
dry mortar
#

Thanks @red brook . This is great news. Also thanks a lot for providing such a great open source software!