Daniel Lawton
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...
(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....
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...
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...
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...