Skip to content

pykler/salt-gpg-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TO replicate issue,

  1. Update the paths in master and Saltfile as needed to point to this dir

  2. Update the user in roster to a valid user

  3. from this directory (in a virtualenv) run:

    pip install -r requirements.txt
    
  4. (EXPECTED) The following works fine:

    salt-call --local pillar.get password
    
  5. put the generated master ssh into your authorized keys

    cat `pwd`/etc/salt/pki/master/ssh/salt-ssh.rsa.pub >>~/.ssh/authorized_keys
    
  6. (BROKEN) The following does not work:

    salt-ssh -i local pillar.get password
    

About

A repo to demonstrate a bug in salt-ssh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages