I want to enable (cross-account) access to a repository.
But my statement seems not to have any effect.
repository.grant_pull(aws_iam.ArnPrincipal('arn:aws:iam::123456789:role/technical-role'))
I even don’t see any changes in the resulting template after synth, no matter if I add the line or comment it out.
Do I have missed some point?
3