Kurt McAlpine
Kurt McAlpine
Thanks for the response @yannh. I guess I don't really know what they expected behavior should be. My goal was just to make a backup of all the data in...
We are using both Unifi and UNMS (Ubiquiti are renaming it to UISP), the basic difference between the two is that Unifi Network Controller is used to manage Ubiquiti Unifi...
There's actually no need for that hack, UISP serves up a swagger spec. So probably just need to write a simple script to pull it from the docker image. I've...
Adding some more context. I am running this against version 6.4.54 And here is a terraform snippet that can reproduce the error: ```terraform resource "unifi_site" "customer" { description = "to_delete"...
I added a test for this, but I suspect I need to upgrade the unifi version that it's run against: https://github.com/paultyng/terraform-provider-unifi/pull/197/checks?check_run_id=3887403832
@DanielJonesEB I think my concourse deployment scale is pretty small, just a handful of workers. Since there is no migration tool I am just going to create a new deployment...
@DanielJonesEB I am making use of CredHub. I did not actually want to use it, I would prefer to use AWS Secrets Manager, so I have my own integration that...
I would be happy to implement this. I think the first thing that needs to be done is figure out which resources need to be created. Looking at the SDK...
Something that's blocking this from progressing is that there is no API/SDK support for creating WorkMail organizations. If anyone has some influence at AWS I would appreciate to see it...
@sachin-101 API support is looking good now, and I see it's in the SDK: https://docs.aws.amazon.com/sdk-for-go/api/service/workmail/#WorkMail.CreateOrganization I try implement some of it this weekend.