Marius Leustean

Results 7 issues of Marius Leustean

In 3.10 there was introduced the Application Credentials API. https://developer.openstack.org/api-ref/identity/v3/#application-credentials It would be nice to have that included in Openstack4j.

In the Openstack Identity API v3.9 there was introduced the new "tags" field in the Project resource. It seems Openstack4j is not compatible with it, causing the following JsonMappingException: ```...

It would be useful to have a property where we could specify a comma separated list of forks that would eventually trigger pipelines on pull requests. It could specify for...

An instance can transition through 42 additional task_states https://github.com/openstack/nova/blob/master/nova/objects/fields.py#L988-L1030 As an `openstack-exporter` user I'd like to have `task_state` exposed in the `openstack_nova_server_status` metric so that I can monitor instances stuck...

Currently this add-on breaks on an ember FastBoot app. As the parent `ember-simple-auth` addon works well with FastBoot, it would be nice that `ember-simple-auth-oidc` is compatible as well. At the...

enhancement

Some OIDC providers might not issue a refresh_token at all. This is quite common for public (PKCE) clients which are scope of this library. If there was no `refresh_token` issued,...

As a ClusterAPI user I would like to have a `VClusterTemplate` CRD so that I can define reusable `ClusterClass`es to spawn vClusters. This would be a useful feature. Thank you.