1 Answer
- Newest
- Most votes
- Most comments
1
The error messages indicate that the --tags parameter expects a list or tuple of dictionaries, where each dictionary contains Key and Value pairs for the tags. Here is the correct syntax for using the --tags parameter with rdk modify:
rdk modify MFA_ENABLED_RULE --tags '[{"Key": "Site", "Value": "Chicago"}]'
In this command, the --tags parameter is provided with a JSON array (list) containing a single dictionary with Key and Value pairs for the tag. This should be accepted by the RDK deploy command without throwing any errors.
Relevant content
- asked 3 years ago
- asked a year ago
