[09:54:54]
<Yunohost Git/Infra notifications> [issues] selfhoster1312 labeled :birthday: feature on [issue #2433](https://github.com/YunoHost/issues/issues/2433): Add a (privileged?) read-only permissions API
[09:54:54]
<Yunohost Git/Infra notifications> [issues] selfhoster1312 opened [issue #2433](https://github.com/YunoHost/issues/issues/2433): Add a (privileged?) read-only permissions API
[09:55:07]
<Yunohost Git/Infra notifications> [moulinette] selfhoster1312 [commented](https://github.com/YunoHost/moulinette/pull/342#issuecomment-2301642872) on [issue #342](https://github.com/YunoHost/moulinette/pull/342) Bookworm + portal rework: Soooo after messing around a little bit i realized we dont have the building blocks at all: yunohost-portal-api has no ...
[09:59:37]
<Yunohost Git/Infra notifications> [issues] alexAubin [commented](https://github.com/YunoHost/issues/issues/2433#issuecomment-2301651619) on [issue #2433](https://github.com/YunoHost/issues/issues/2433) Add a (privileged?) read-only permissions API: Not sure to understand what you mean exactly by permission and whats the use case youre thinking about in the back ?
[10:05:39]
<Yunohost Git/Infra notifications> [issues] selfhoster1312 [commented](https://github.com/YunoHost/issues/issues/2433#issuecomment-2301664080) on [issue #2433](https://github.com/YunoHost/issues/issues/2433) Add a (privileged?) read-only permissions API: So im making a new portal. How does my portal query the current users permission to display app tiles? - for client-s...
[10:10:43]
<Yunohost Git/Infra notifications> [issues] alexAubin [commented](https://github.com/YunoHost/issues/issues/2433#issuecomment-2301673466) on [issue #2433](https://github.com/YunoHost/issues/issues/2433) Add a (privileged?) read-only permissions API: Sooo if I understand correctly you want a way to design a *server-side rendered* portal (with no JS on the client) ?
[10:13:08]
<Yunohost Git/Infra notifications> [issues] selfhoster1312 [commented](https://github.com/YunoHost/issues/issues/2433#issuecomment-2301678904) on [issue #2433](https://github.com/YunoHost/issues/issues/2433) Add a (privileged?) read-only permissions API: Yes, that was always my goal since like forever ^^
[10:18:03]
<Yunohost Git/Infra notifications> [issues] alexAubin [commented](https://github.com/YunoHost/issues/issues/2433#issuecomment-2301687903) on [issue #2433](https://github.com/YunoHost/issues/issues/2433) Add a (privileged?) read-only permissions API: So hmyeah i guess the "simplest"(?) way would be to not reimplement anything an use yunohost as a python lib, something ...
[10:18:39]
<Yunohost Git/Infra notifications> [issues] alexAubin [commented](https://github.com/YunoHost/issues/issues/2433#issuecomment-2301689587) on [issue #2433](https://github.com/YunoHost/issues/issues/2433) Add a (privileged?) read-only permissions API: Or I guess a third way would be that you server somehow queries the portal API with the users cookie etc
[10:25:38]
<Yunohost Git/Infra notifications> [issues] selfhoster1312 [commented](https://github.com/YunoHost/issues/issues/2433#issuecomment-2301702004) on [issue #2433](https://github.com/YunoHost/issues/issues/2433) Add a (privileged?) read-only permissions API: /etc/yunohost/portal looks great. Would it be ok for you that a portal application get membership of group ynh-portal...
[10:27:52]
<Yunohost Git/Infra notifications> [issues] selfhoster1312 [commented](https://github.com/YunoHost/issues/issues/2433#issuecomment-2301702004) on [issue #2433](https://github.com/YunoHost/issues/issues/2433) Add a (privileged?) read-only permissions API: /etc/yunohost/portal looks great. Would it be ok for you that a portal application get membership of group ynh-portal...
[10:27:52]
<Yunohost Git/Infra notifications> [issues] alexAubin [commented](https://github.com/YunoHost/issues/issues/2433#issuecomment-2301705644) on [issue #2433](https://github.com/YunoHost/issues/issues/2433) Add a (privileged?) read-only permissions API: Sounds legit yes. I dont think we need a special thing in the system user resource (but maybe we should have a more gen...
[12:25:30]
<Yunohost Git/Infra notifications> [issues] selfhoster1312 [commented](https://github.com/YunoHost/issues/issues/2433#issuecomment-2301926351) on [issue #2433](https://github.com/YunoHost/issues/issues/2433) Add a (privileged?) read-only permissions API: So about the /me endpoint and user-specific information... Could i maybe add in user-related functions writing to a /...
[12:30:54]
<Yunohost Git/Infra notifications> [issues] alexAubin [commented](https://github.com/YunoHost/issues/issues/2433#issuecomment-2301936682) on [issue #2433](https://github.com/YunoHost/issues/issues/2433) Add a (privileged?) read-only permissions API: Theoretically yes, but the thing is that the "source of truth" for user info is supposed to be the LDAP db ... Like, I d...
[12:31:09]
<Yunohost Git/Infra notifications> [issues] alexAubin [commented](https://github.com/YunoHost/issues/issues/2433#issuecomment-2301936682) on [issue #2433](https://github.com/YunoHost/issues/issues/2433) Add a (privileged?) read-only permissions API: Theoretically yes, but the thing is that the "source of truth" for user info is supposed to be the LDAP db ... Like, I d...
[21:52:07]
<Yunohost Git/Infra notifications> [issues] selfhoster1312 [commented](https://github.com/YunoHost/issues/issues/2433#issuecomment-2303069886) on [issue #2433](https://github.com/YunoHost/issues/issues/2433) Add a (privileged?) read-only permissions API: > Like, I dont even understand how youre planning to validate that the users cookie I dont. Thats what SSOWat is f...