Michael Sverdlik
Michael Sverdlik
Just a drive by comment from someone who is evaluating solutions for that lack of SCIM support between AWS and Google Workspace: Maybe instead of deleting immidietly, you can mark...
Hey @ngfgrant, I'm interested in similar feature as well and willing to commit some time to investigate. It seems like two design decisions: 1. All current resolvers only refer to...
@ngfgrant I can give it a go. Been some time since I looked at this issue. I'll update in few days. BTW, we are talking about v2?
@Krzysztof-Szyper-Epam btw I believe you already have access to `parameters` or `sceptre_user_data` inside a hook (in v2). It's all accessible via `self.stack.paramers` or `self.stack.sceptre_user_data`. @ngfgrant I think that the docs...
I don't believe this is. Just looking at the Stack template() method: ``` @property def template(self): """ Returns the CloudFormation Template used to create the Stack. :returns: The Stack's template....
That's a good catch. I just started using change-sets myself and haven't realized that my workflow will break anytime I add a new environment to my configs in CI/CD. Here's...
Service instances in Consul can include both `tags` and `meta`: > The tags property is a list of values that are opaque to Consul but can be used to distinguish...
Yep, that would make sense, similar to kv filter. Its been a while since I wrote Go, but I can give it a crack, would a PR be welcome?
Took me a while to get back to it but just opened a PR for initial attempt. Let me know if I'm in a good direction. Cheers.
I opened up an initial PR with a POC (#204), waiting to hear feedback from maintainers if this is the way to go.