Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: Correct SOC Annotations for idstools in Grid Configuration. #10208

Closed
bryant-treacle opened this issue Apr 25, 2023 · 0 comments
Closed
Assignees
Labels
2.4 Planned for 2.4.X

Comments

@bryant-treacle
Copy link
Contributor

bryant-treacle commented Apr 25, 2023

Issues:

  • Unable to add multiple SIDS to the Enable/Modify sections. - Fix: Add multiline: True to each of the values under the SIDs section.

  • If a SID is entered and applied, then a regex is added, SOC throws an error due to mismatched field type. - Fix: Add forcedType: "[]string" to each of the values under the SIDs section.

  • Add regex to force Value for ruleset to be either ETOPEN or ETPRO. - Fix: Add regex: ETPRO\b|ETOPEN\b under the ruleset section.

@bryant-treacle bryant-treacle added the 2.4 Planned for 2.4.X label Apr 25, 2023
@bryant-treacle bryant-treacle self-assigned this Apr 25, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
2.4 Planned for 2.4.X
Projects
None yet
Development

No branches or pull requests

1 participant