Jo

Results 201 comments of Jo

It's true, this command is not overriden by yay, merely piped to pacman. I wouldn't change it as it would probably break a lot of setups (and technically the option...

This will lead you to build the packages not install them. This it not implement yet but should be.

Hey @nrwiersma , `role_attribute_path` like in oauth generic (or gitlab/github) would be the approach I'm aiming for. :slightly_smiling_face: if you acknowledge the will to implement this, I'll assign you this...

I'm also in the process of implementing server admin mapping to the existing oauth `role_attribute_path` ([diff](https://github.com/grafana/grafana/compare/main...jguer/add-serveradmin-oauth)) if you'd like to implement the same in the process. The only part of...

> what happens when a user logs in for the first time with this setting? Do they just get default access to the default org? https://github.com/grafana/grafana/blob/main/pkg/api/login_oauth.go#L275 Seems they get no...

Closing this issue for now, `oauth_skip_org_role_update_sync` should cover this use case for now

Just realized these are provided by AUR packages. Unfortunately, as far as I know, at this point in time the AUR does not support searching by provides (resulting in an...

Thanks for the updates @AladW , that looks promising I've been playing with the local [metadata cache](https://github.com/Jguer/yay/blob/jguer/local-pkgbuild-install/pkg/metadata/metadata_aur.go). I like the scenario of having this locally cached

I was thinking having an endpoint with the checksum of the metadata would probably also avoid retrieving the metadata archive when it has no differences to the local copy EDIT:...

Hi @junaid-ali , these logs are only printed if the instance is running in debug level, which should not be used in production, only for debugging. Printing the full json...