Daniel Lawton

Results 8 issues of Daniel Lawton

Closes: [#241]([https://github.com/Kuadrant/kuadrant-operator/issues/241]) ## To solve the issue of pull requests (PRs) coming from forks not being able to trigger the build and push of images, a new workflow has been...

size/small
forked_image_approved

(Follow-up from Issue #241) The original issue #241 addressed two main concerns: image overflow in our Quay.io repository and pull requests from forks not triggering builds and pushes of images....

kind/enhancement
good first issue
size/small

Closes #769 ## This pull request introduces a proposed solution for managing the accumulation of image tags in the Quay.io repository. ## Core Process: It automates the cleanup process by...

### What would you like to see implemented? What would you like to see implemented? Create a controller to manage keystone users. ### Link to reference documentation https://docs.openstack.org/api-ref/identity/v3/index.html#users

### What would you like to see implemented? What would you like to see implemented? Create a controller to manage keystone groups. Link to reference documentation https://docs.openstack.org/api-ref/identity/v3/index.html#groups

Add a controller for managing roles. Issue: #430 TODO: - Waiting on pending Gophercloud SDK updates to support the description field. [link](https://github.com/gophercloud/gophercloud/pull/3532) - Once Domain Controller is available, will add...

semver:major

Added remoteconsoles Get method for retrieving console connection info. Includes unit and acceptance tests, and updates to documentation. Fixes #3527 Links to the line numbers/files in the OpenStack source code...

semver:minor
backport-v2
edit:compute

Currently, Gophercloud only implements [CreateRemoteConsole](https://github.com/gophercloud/gophercloud/pull/1159). OpenStack Compute service also provides a GET endpoint to retrieve console connection information using a console token: `/os-console-auth-tokens/{console_token}`. Both Create and Get operations are available...