Cory Thomas

Results 26 comments of Cory Thomas

For me, it is irrelevant. I just need to know that the process failed so that the build process can halt. I would imagine that is the case for almost...

Sounds ok to me, although I personally think it would be better to run it as a separate daemon. It would just take some shuffling of the code, I think.

You can use ng-switch, ng-class, etc to customize the look of a node based on whatever conditions you have. If you have any specific code or questions, I would be...

Nested trees are something that _should_ work, but I have not tested that scenario so it may not work as expected. Note that the selection handling would be independent for...

Looks good. My only comment is that I don't really like having a separate multiple and direct attributes, where direct only serves to modify multiple and has no meaning without...

This is the major shortcoming of the proxy. There are two issues that need to be resolved to make it work. The first is what you mention, mapping the request...

I think it's a good idea to remove the MFA token prompt functionality. I did that before I figured out how to generate the pass codes and it is a...

What is the motivation for running this service in docker?

Sweet! I originally wrote this so the company I work for could enable two factor auth. This service makes that as painless as possible. I also have another recent service...

@matschaffer @danharvey Generating TOTP codes has already been implemented in master. There is a config option to provide the secret.