randomswdev

Results 8 issues of randomswdev

Add the ability to create and get keypairs for other users. See issue #1230 The pull request is in WIP state because we are waiting for the gophercloud library to...

Pull request to implement the proposal in the issue https://github.com/terraform-providers/terraform-provider-openstack/issues/1025 Refer to the doc changes for an high level view of the changes to the rbac resource.

documentation
dependencies
size/XL

### Terraform Version Any supported version ### Affected Resource(s) - openstack_compute_keypair_v2 ### Important Factoids Starting from Nova microversion 2.10, OpenStack allows to specify a user_id when creating a key pair....

When using the ad_group_membership resource, I have to always provide the full list of members. This is because the resource replaces the current group members with the ones provided in...

### Description Add a new resource, group_memeber, that allows to add a member to and AD group, without changing the other members. ### References Issue described in https://github.com/hashicorp/terraform-provider-ad/issues/134 ### Community...

size/XL

I want to process a json schema that includes a reference like: ``` $ref: './filename.json#/' ``` As far as I understood (and I ask for confirmation) this should be equivalent...

### Is your feature request related to a problem? Please describe. The ui-server currently does not support inbound TLS communication. Even if installing a load balancver in front of the...

enhancement

### Description Allow the test code to customize the time-out for waiting the REST APIs to be available. It is required in case of a very slow server.