Results 9 issues of spete

### What are you trying to do? Say we have 2 environments (staging and production) and each environment contains 2 hosts (HostA and HostB). They all get deployed via pipelines...

L3 Some users
P1 Nuisance
T0 New feature
fr

### What are you trying to do? Would be nice to have also tests for Tailscale SSH ACLs - so far tests only cover the regular ACLs. Additional Test scenarios...

L3 Some users
P2 Aggravating
T0 New feature
fr
acl-test
ssh

I'm having trouble to lookup the topics from parameter-store which seemed to have worked in a previous version. The actual Alarms are created but the Actions are missing. ``` service:...

When I launch or create a stack that has a dependency on another stack output (via !stack_output resolver) on a stack that has protect: true I get the error: Cannot...

Using v2.0 - I'm trying to write a resolver that will need to read other config parameters from the same config file. self.stack.parameters is a recursive error (due to the...

type: improvement

In addition to #156 I'd like to see some option to remove an environment variable with a deployment. Currently ecs-deploy only sets new variables, all existing variables get taken over...

I'm wondering how you can use resolver outputs with some additional strings - e.g. use the stack_output and use some additional strings to attach / join them with. Can Jinja2...

type: feature request

### Subject of the issue Noticed that `sceptre list change-sets ` only returns the config file without the suffix - sceptre delete requires the full filename including suffix - we...

Hi, I'm getting "TypeError: Cannot read property 'map' of undefined" auth0-multitenant-website/routes/tenant.js:11 Could this be because the PORT isn't included? var groups = req.user._json[`http://${process.env.ROOT_DOMAIN}/claims/groups`] should it be var groups = req.user._json[`http://${process.env.ROOT_DOMAIN}:${process.env.PORT}/claims/groups`]