Results 113 comments of Seivan

@paragbhingre Does that allow for external confirmation via 2FA? It just seems like it uses a set of credentials to get access to another set of credentials where the only...

> @seivan can you describe the kind of user experience you're looking for here? We envision this action executing in workflows driven by programmatic events (e.g., pushes to a repo),...

@allisaurus Let me rephrase it. As of today with the current setup, if your keys to assume a role that has any form of permission to CRUD your production resources...

@dtlaycock Yeah, run it on your own hardware that you control and host your keys on SSM. Regardless, the security impact of token loss (feel free to correct me) is...

@allisaurus That's up to you. There are several options, though [some](https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/) require Github Enterprise You could start with https://github.com/peter-evans/slash-command-dispatch and eventually integrate it with Slack or Discord to get prompted...

@allisaurus I am not asking **AWS** to use a third party action. That was just an example on how to provide the generated token. Correct me if I am wrong,...

@slmjkdbtl I wonder if it's related to how transparency is handled or depth buffer? > In addition to the colors, surfaces can also have a depth buffer attached to it....

This seems to be an issue with Glutin.

I think I figured a few things out, but I am not sure if it's correct. ```elixir defmodule Network do end defmodule Network.Server do use GenServer @port 1337 @address {127,...

I am also curious. I like simplicity of this without resorting too much on Macros and magic. It makes it clear cut how the entire scheme looks like in the...