You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2024. It is now read-only.
Exclude builtIn groups from groupTemplate via config parameter (#788)
* Add parameter to exclude built-in groups for goups template
* Add excludeBuildInGroups to documentation
Co-authored-by: Farhad Alizada <[email protected]>
@@ -126,7 +128,8 @@ public ExtractorParameters(ExtractorConsoleAppConfiguration extractorConfig)
126
128
this.ParametrizeApiOauth2Scope=(extractorConfig.ParamApiOauth2Scope!=null&&extractorConfig.ParamApiOauth2Scope.Equals("true",StringComparison.OrdinalIgnoreCase))||(extractorConfig.ApiParameters!=null&&extractorConfig.ApiParameters.Any(x =>x.Value.Oauth2Scopeis not null));
Copy file name to clipboardExpand all lines: src/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -448,6 +448,7 @@ You have two choices when specifying your settings:
448
448
| exctractSecrets | No | By default false. If set to "true" secrets will be extracted as well and parameters templated will be supplied with actual secret values. Currently applies to identityProvider service. |
449
449
| extractIdentityProviders | No | By default false. Set to true will attempt to extract the identity providers from service. |
450
450
| parametersOutputDirectoryName | No | If set will redefine the output folder name for parameters. By default will be equal to {service-name}-parameters |
451
+
| excludeBuildInGroups | No | By default false. Set to true will exclude builtIn groups from groupsTemplate. |
0 commit comments