Skip to content

investigate: markdown support of set new values for rule parameters by adding component-values #1956

@degenaro

Description

@degenaro

x-trestle-comp-def-rules:
DB:
- name: db_password_min_length
description: Ensure min. length of password
x-trestle-param-values:
ia-5.4_prm_1:
- assistants
x-trestle-global:
profile:
title: ACME Inc. official controls profile.
href: trestle://profiles/ACME_official/profile.json
sort-id: ia-05.04
x-trestle-rules-params:
DB:
- name: db_min_pass_len
description: Min. password length
options: 8, 12, 16
rule-id: db_password_min_length
x-trestle-comp-def-rules-param-vals:

You may set new values for rule parameters by adding

component-values:

- value 1

- value 2

below a section of values:

The values list refers to the values as set by the components, and the component-values are the new values

to be placed in SetParameters of the component definition.

DB:
- name: db_min_pass_len
values:
- '16'

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

New

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions