Mario Loriedo

Results 270 comments of Mario Loriedo

No, I haven't looked at the migration to WiX 4/5 but I would expect changes to the wxs/xml files (the schemas have changed). And my PR that is currently under...

@azatsarynnyy shouldn't you update JetBrains IDEs config to reflect that now projector Java configuration is in `${HOME}/.projector-java`?

What I mean is that projector is currently using the folder `~/.java` to store its configuration. The fact that you have changed the folder of the volume doesn't affect projector...

> The only idea I have for now is passing something like -Djava.util.prefs.systemRoot=/home/user/.projector-java when running IDE. But it seems too fragile for me. Why do you think it's fragile? What...

[IAM roles for ServiceAccounts AWS documentation](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html). Devfile `podOverrides` can be used to annotate Pods but not ServiceAccounts. Currently ([since v7.58](https://github.com/eclipse/che/releases/tag/7.58.0)) it's possible to using a specific service account per namespace...

The solutions that I proposed above (manually specify the SA annotation or specify the annotation in CheCluster CR) don't work for this use case. The IAM role is specific to...