Sverre H. Huseby

Results 11 issues of Sverre H. Huseby

We use AKHQ to let anonymous (`micronaut.security.enabled: false`) users inspect two clusters/connections. We have set `akhq.security.default-group` to refer to a group that has the roles we wish to give our...

enhancement
acl

# Description Using the existing `sasl_protocol: oauth` will add callback handlers for Confluent-provided classes. This PR adds a similar `sasl_protocol: oauthbearer` that will not automatically set up any callback handlers....

**Describe the issue** Hi! We are currently experimenting with [KIP-768: "Extend SASL/OAUTHBEARER with Support for OIDC"](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=186877575) using the Community Edition of Confluent Platform 7.1.1. For deployment, we use cp-ansible. The...

Using SOURCE_GITLAB_FILEPATH="/foo/bar.csv" with a leading slash, and a non-existing file, makes Kafka Security Manager log the following: ``` [2020-09-01 14:00:35,365] INFO No changes were detected in the ACL file /foo/bar.csv....

See GitLab API doc: https://docs.gitlab.com/ee/api/#file-path-branches-and-tags-name-encoding >If a file path, branch or tag contains a /, make sure it is URL-encoded. For example, / is represented by %2F: > >GET /api/v4/projects/1/repository/files/src%2FREADME.md?ref=master...

This is a "While you were gone, take 2". * Updates certain GitHub actions to get rid of a lot of warnings. * Updates most dependencies to the most recent...

mdv3 [imports `etree` from `markdown.util`](https://github.com/WillNye/terminal_markdown_viewer/blob/master/mdv/markdownviewer.py#L157). `etree` was [removed in `python-markdown` 3.4](https://python-markdown.github.io/change_log/release-3.4/#previously-deprecated-objects-have-been-removed), and it is suggested to import `xml.etree.ElementTree` instead.

Not sure if you want this, but this is where we are at the moment, at the place where I work. We still use this program, and recently there have...

# Description Before this PR, in KRaft mode, commands running `kafka-storage` had no explicit `changed_when`, so they would always report that they changed the system. This PR sets `changed_when: false`...

GitHub doesn't make it obvious to me how [Commit 4abe391](https://github.com/confluentinc/cp-ansible/commit/4abe39172f13b5900a1db838b223c6dcd59bdc56) entered the repo, but it effectively [removed support for the `ssl_mutual_auth_enabled` listener property](https://github.com/confluentinc/cp-ansible/commit/4abe39172f13b5900a1db838b223c6dcd59bdc56#diff-970eabe424e57bd1250088be0d4a352b7e43888751be62f816276bd462f7de8aL190) in the same release that [marked it...