Alex Volchok
Alex Volchok
Allowing to export of the actual credentials can look as: ``` resource "alicloud_ram_access_key" "ak" { user_name = "${alicloud_ram_user.user.name}" } output "secret" { value = "${alicloud_ram_access_key.ak.secret}" } ```
> > > move load generation after the deployment has been restarted > > > > > > Hi @shawnh2! The purpose of the test is to run load during...
> Hi @shawnh2 , @alexwo - that's interesting input. Yes, I assume that if failures are 404s, then we have a problem with new envoy proxies receiving traffic before they...
> Should this PR also include some work in the infrastructure controller? Hi @guydc , We can attempt to ensure that there is only a single controller that can create/update...
> > Should this PR also include some work in the infrastructure controller? > > Hi @guydc , We can attempt to ensure that there is only a single controller...
> finally got to this, thanks for building this out ! adding some comments Thanks!