David Gunter

Results 10 issues of David Gunter

Addresses issue https://github.com/Tivix/django-rest-auth/issues/217 and adds an endpoint `/user/status/` to check if user is authenticated or not without having to call the full `/user/` details endpoint. **TODO:** - [ ] Documentation

### Summary Webpack 5 stopped automatically polyfilling Node.js ([src](https://webpack.js.org/blog/2020-10-10-webpack-5-release/#automatic-nodejs-polyfills-removed)). Because we use the node.js `crypto` library in one area of the item builder, users trying to integrate the SDK with...

### Summary If the `generic_item` module needs to create a new section, the collection should create a valid 1Password client UUID instead of the standard UUIDv4. ### Use cases This...

tracked

### Summary Testing the Ansible collection should follow the CI practices we have in other integration repositories. There are clearly defined steps for testing the collection, but we're still relying...

tracked

### Summary Add support for retrieving files attached to items. Connect's API supports downloading an attached file, and we try to keep feature parity across all Connect integrations. ### Use...

tracked

As noted in the release notes for [v2.2.0](https://github.com/1Password/ansible-onepasswordconnect-collection/releases/tag/v2.2.0), the `flatten_fields_by_label` option should default to `false` beginning with the next major version. **What this means** The `fields` key in the returned...

tracked

The 1Password Ansible collection should include a role to assist with setting up a 1Password Connect deployment. Features: - Automate Token creation - Automate deploying API server + Syncer Docker...

tracked

## Details Closes #8307 Adds a "Password Uniqueness" policy to the set of configurable flow policies. Documentation PR: https://github.com/goauthentik/authentik/pull/11000 ### How it works After at least one (1) Flow has...

Relates to https://github.com/goauthentik/authentik/pull/10631 ## Details Introduces public documentation for the Unique Password Policy feature added by https://github.com/goauthentik/authentik/pull/10631 Documentation changes were move into a separate PR to keep feedback conversations focused...

## What I am trying to install build a project that has `dumb-init` as a dependency. I am installing project dependencies using Poetry 1.8.3 and Python 3.12.4. Any time I...