Nicolai Lang

Results 5 issues of Nicolai Lang

I needed to reference a resource that is exported by another stack, so I added that functionality. It uses CloudFormations `listExports` function to substitute exported values from other stacks. I...

### Subject of the issue I want to tighten some SCPs in my organization.yml. Unfortunately, as soon as I start using `!Sub` and parameters it fails with an error that...

hacktoberfest

**Output of `aws-sso version`:** ``` AWS SSO CLI Version 1.14.2 -- Copyright 2021-2023 Aaron Turner 792f11ec86a5ce6683ba2df7cb544e4f76f2431b (v1.14.2) built at 2023-10-20T04:29:15+0000 ``` **Describe the bug:** When having multiple SSOs, the `config-profiles`...

bug

If a message consists of parts with charsets other than `UTF-8` (e.g. `ISO-8859`), converting the buffer to a string with fixed encoding breaks special characters like umlauts. As `net.Socket.write()` excepts...

If a NumberField is given the value 0 the exported pass has no "value" field in pass.json for that NumberField and therefore breaks the pass. I use Jackson 2.6.3 beacause...