Jinna Kiisuo
Jinna Kiisuo
### I did this - Set up an OIDC integration with `kanidm system oauth2 create demo Demo https://demo.example.com` - Checked it's discovery end-point with `curl https://idm.example.com/oauth2/openid/demo/.well-known/openid-configuration | jq .` This...
Deb build-chain is dependent on marvinpinto/action-automatic-releases which is likely to break soon
### I did this Mucked around neck deep in the deb build system actions. ### I expected the following The actions used do not cause errors or warnings during build....
### I did this On Debian 12: ``` sudo mkdir -p /etc/apt/trusted.gpg.d/ curl -s --compressed "https://kanidm.github.io/kanidm_ppa/KEY.gpg" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/kanidm_ppa.gpg >/dev/null sudo curl -s --compressed -o /etc/apt/sources.list.d/kanidm_ppa.list...
Even if the handler `harvester_activity_handler` is set to `enable: false`, a harvester is still expected: `Your harvester appears to be offline! No events for the past 600 seconds.` - For...
Any PR to branch `async` triggers a tox run. The env for the run comes from `docker/.dev.env` but even if I patch it for async compat with: ```shell THERAIDMAPPER_APK_STORAGE_INTERFACE=fs THERAIDMAPPER_CACHE_HOST=redis...
Running latest HEAD the api.pushes() interface crashes: ``` Traceback (most recent call last): File "./receiver.py", line 59, in for push in api.pushes(): File "/usr/local/lib/python2.7/dist-packages/pushybullet.py", line 1221, in return (self.make_push(o) for...
### Describe the feature request A mode of the SSH check that would only check for a valid SSH connection banner. It's an upgrade from a plain TCP check but...
``` /srv/www/src/jekyll-bulma %> bundle exec jekyll serve Configuration file: /srv/www/src/jekyll-bulma/_config.yml Deprecation: The 'gems' configuration option has been renamed to 'plugins'. Please update your config file accordingly. Source: /srv/www/src/jekyll-bulma Destination: /srv/www/src/jekyll-bulma/_site...
### Feature Description Instead of implementing every OAuth provider under the sun, support standard OpenID Connect (OIDC). Most brand name providers could actually be implemented via the exact same integration...
.. most likely it doesn't work. The library makes every attempt to be usable with multiple hubs on the same account simultaneously. However since I only have one hub most...