Arthur Burkart
Arthur Burkart
This seems absurd, so I'm hesitant to report it. I'm running Vim (Vi IMproved 7.3) on OSX 10.10 with the latest version of Janus. If I open an Erlang file...
# Pull Request Motivation This commit introduces a check to make sure the _Certificate_ we're processing doesn't reference the same _Secret_ as another _Certificate_ in the same namespace. The motivation...
Thanks for making this unique, easy-to-use solution to a very common problem. The default behavior was to drop the AuthorizedKeysCommandUser value into the codebase regardless of whether it was supported...
I'm not sure whether there'd be any interest in adding CentOS 6 support, but this commit introduces an alternative method of enabling `AuthorizedKeysCommand` without disabling SELinux entirely that acts as...
We're using Let's Encrypt to issue certificates for our Kong resources. In our pre-production environments, we use the staging Let's Encrypt certificate issuer. In our pre-production environments, we notice we...
I've posted a question about this on stackoverflow. I don't really understand why the `disabled` property doesn't work in the `multi-select-component`, since it seems to inherit from the `select-component` where...
Hi, I noticed the documentation for the [Enforce User Authorization](https://github.com/stormpath/stormpath-flask/blob/master/docs/product.rst#enforce-user-authorization) section may be a little off. It says ``` python >>> directory = stormpath_manager.application.default_account_store_mapping.account_store >>> free_users = directory.groups.create({'name': 'free users'})...