hoffmanntravis
hoffmanntravis
I took a stab at these in a branch: https://github.com/pirotrav/terraform-provider-bigip They do seem to work in general, but I'm very new to terraform so some descriptions may be off and...
Relevent files: https://github.com/pirotrav/terraform-provider-bigip/blob/master/bigip/provider.go https://github.com/pirotrav/terraform-provider-bigip/blob/master/bigip/resource_bigip_ltm_profile_ssl_server.go https://github.com/pirotrav/terraform-provider-bigip/blob/master/bigip/resource_bigip_ltm_profile_ssl_client.go
@jlosito I'll be back Tuesday and can update you then. Note that I do not work for f5 but my script appears to be feature complete and passes unit testing...
@scshitole Any input on when this can be reviewed or merged? Also issue [27](https://github.com/f5devcentral/go-bigip/pull/27) is a clear bug and should be fixed as well (cipher case sensitivity). Apart from that...
@jlosito , looks like this is merged into master. If you get the chance please test and let me know if you encounter any issues. Unit tests are in place...
@soumik612 Thanks for the detailed information. This should be coming up on our backlog soon, probably within a month I would guess. I'm thinking next sprint. I'll update when I...
Note: this comment pertains to the `Setting` table specifically, not files stored on the file system. Our use case is primarily lost `Settings` row data in the database. One way...
Would a simple file semaphore / mutex in the UNC directory solve this problem (for file based DPAPI storage)? That is, when generating a new key, create a file mutex...