We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4344e commit c0dc2ddCopy full SHA for c0dc2dd
reference-artifacts/Custom-Scripts/lza-upgrade/src/convert-config.ts
@@ -2050,7 +2050,7 @@ export class ConvertAseaConfig {
2050
});
2051
}
2052
const policyJson = JSON.parse(policyData);
2053
- if (scpName.includes('Guardrails-Part-1') || scpName.includes('Guardrails-Part-0')) {
+ if (scpName.includes('Part-1') || scpName.includes('Part-0')) {
2054
const newStatements = policyJson.Statement.map((stmt: any) => {
2055
if (stmt.Sid === 'SSM' || stmt.Sid === 'S3' || (stmt.Condition && stmt.Condition['ForAnyValue:StringLike'])) {
2056
console.log('Adding Org admin role to scp');
0 commit comments