From 8012bdb1556021a012d38bfc977abfef6a162a76 Mon Sep 17 00:00:00 2001 From: Patrick Cowland Date: Thu, 29 Aug 2024 11:55:23 +0100 Subject: [PATCH] readme update --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3a7e051..d382eb3 100644 --- a/README.md +++ b/README.md @@ -196,10 +196,9 @@ The following are configuration file settings for the `dvtf-pingctl validate ... |-------------------------|------|----------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------| | `validate.field` | text | `--field` / `-f` | Defines the field that the JSON should be validated for. Defaults to `flow_json`. Options are `flow_json`, `flow_export_json` or `flow_configuration_json` | -## TODO +## Limitations / TODO -- `davinci_connector` `property` block generation based on connector definition -- Testing -- Multi-arch install -- Unit tests -- Debug logging \ No newline at end of file +- `davinci_connector` `property` blocks are not yet generated and must be defined using the [DaVinci Connector Definitions guide](https://registry.terraform.io/providers/pingidentity/davinci/latest/docs/guides/connector-reference) +- Homebrew is the only installer currently. Multi-arch install (including Windows) TBD +- Housekeeping: Enhanced Debug logging +- Housekeeping: Unit Testing \ No newline at end of file