Merge pull request #14799 from chouseknecht/auto_role_install_prop

14604 - Adding suggested comments related to securing Galaxy role ver…
This commit is contained in:
Brian Coca 2016-03-07 15:31:59 -05:00
commit 7c18dfbd5a

View file

@ -125,6 +125,7 @@ Here's the approach:
'name': 'repo
}
```
- For roles installed from Galaxy, Galaxy should provide some measure of security against version change. Galaxy should track the commit related to a version. If the role owner changes historical versions (today tags) and thus changes the commit hash, the affected version would become un-installable.
- Refactor the install process to encompass the following :