Skip to content

Commit

Permalink
Some notes regarding known issues
Browse files Browse the repository at this point in the history
  • Loading branch information
paukul committed Jan 4, 2010
1 parent aff00d7 commit 3efff5a
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ the command-line client currently supports 2 commands:
this task creates the keys directory, fetches the keys and naively creates a simple version of a muggle.conf. That will experience some overhaul for sure because it is only capable to create server directives for every server and isn't smart enough to group keys.
* apply<br>
reads the muggle.conf and distributes the keys to the servers specified in the configuration file. <br>
*This command isn't implemented in the client yet but in the libraries -- will come soon!*

The muggle.conf
---------------
Expand Down Expand Up @@ -72,6 +71,21 @@ See how it looks like if that happens:
Could not connect to a Server after updating the authorized_keys file. Tried to roll back!
Error after uploading the keyfile to 13.11.2.200

Known issues
------------

__Bugs / Issues__

* numbering of "similar" keys is only done when generating the key files. when writing the config files it uses the unnumbered version all the time
* tests on the fallback mechanism are not present

__Feature Todos__

* allow customizing the user for server/role directives
* if keys are in subfolders, the subfolders could automatically act as usable groups, with the folder name as reference



Running the tests
=================

Expand Down

0 comments on commit 3efff5a

Please sign in to comment.