Sebastian Bernauer
Sebastian Bernauer
## Description Needs https://github.com/stackabletech/operator-rs/pull/1118 Current WIP! state: ```yaml apiVersion: zookeeper.stackable.tech/v1alpha1 kind: ZookeeperCluster metadata: name: simple-zk spec: image: productVersion: 3.9.4 servers: roleGroups: default: replicas: 1 # NEW objectOverrides: - apiVersion: apps/v1...
## Description Part of https://github.com/stackabletech/issues/issues/642 Needs https://github.com/stackabletech/operator-rs/pull/1066 ## Definition of Done Checklist - Not all of these items are applicable to all PRs, the author should update this template to...
Currently we ship * Binaries for each release (Linux, Mac, Windows, each x86-64 and aarch64) * Docker image (Linux x86-64 only) Bot only use the default RUST features, thus AFAIK...
## Description When creating views you can define two security modes: Invoker and definer, see [the docs](https://trino.io/docs/current/sql/create-view.html#security) We only want to allow views with invoker security using OPA authorization. For...
## Description Sometimes more context than the username and/or groups is helpful to make an authorization decision. This PR adds support to additionally send the users principal to the OPA...