lornasong

Results 11 issues of lornasong

WIP: code for adding template function and supporting intentions in CLI / APIs

#### Description Currently CTS does not natively support high availability. When CTS becomes unavailable, it relies on an external system or process to intervene and restart it. We want to...

enhancement
enterprise

#### Description There were a number of configuration deprecations introduced in 0.5.0 ([details](https://www.consul.io/docs/nia/release-notes/0-5-0)) to make the configuration more consistent. These deprecations are: - https://github.com/hashicorp/consul-terraform-sync/issues/568 - https://github.com/hashicorp/consul-terraform-sync/issues/567 - https://github.com/hashicorp/consul-terraform-sync/issues/566 - https://github.com/hashicorp/consul-terraform-sync/issues/669...

enhancement

### Describe the bug Users can create a task from file in 2 ways: - Create a new task by passing a task configuration file to the Create Task CLI...

bug

### Describe the bug When a disabled task is re-enabled through the Enable CLI or CTS is executed in inspect mode, the CLI outputs information from a Terraform Plan to...

bug
enterprise

Support a task-level feature that executes a user-configured custom scripts after a task updates network infrastructure. This feature would be similar to Consul-Template’s support for [exec command](https://github.com/hashicorp/consul-template/blob/master/docs/modes.md#exec-mode). It would allow...

enhancement

Currently for `-help` and `-h` we do not output development-only flags such as `-client-type`. We should have a way to output these flags though. Potentially use a dev sub-command of...

enhancement

Currently ESM supports a node-level UDP check but not a service-level UDP check. Practitioners may want to have a UDP check to know whether a service on a specific port...

enhancement

Currently configuration is split between the `Config` struct and the `HumanConfig` struct where `HumanConfig` is a subset of `Config` fields that are actually configurable by the practitioner. The `HumanConfig` values...

enhancement

When a consul-esm instance's token is revoked, maybe from rotating acl tokens, there are some unexpected outcomes for consul-esm: - the instance's status remains passing/healthy and is never marked critical....

enhancement