Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Add "Shell Refresh" Resource
Fixed
Description fields
Basics
Technical
Logistics
Basics
Technical
Logistics
Description
We would like to deprecate the SVNResource in IdP V4, but we need to provide a replacement.
Would be a Resource which pointed at a file and provided configuration such that something (default: shell call-out) happened at regular intervals. for example
<ShellResource file="path\svn\file" command="cd path\svn; svn up file"/>
Scott points out that have shell commands in a file which is executed (presumably) in an elevated mode is a bad thing. Obvious mitigation is encryption (admin supplied encrypted message and public key). XSEC is available (to the IDP, but not in JSE which is a peer to OpenSAML) but feels complex. If we did anything then it would have to be made easy to use.
We would like to deprecate the SVNResource in IdP V4, but we need to provide a replacement.
Would be a Resource which pointed at a file and provided configuration such that something (default: shell call-out) happened at regular intervals. for example
<ShellResource file="path\svn\file" command="cd path\svn; svn up file"/>
Scott points out that have shell commands in a file which is executed (presumably) in an elevated mode is a bad thing. Obvious mitigation is encryption (admin supplied encrypted message and public key). XSEC is available (to the IDP, but not in JSE which is a peer to OpenSAML) but feels complex. If we did anything then it would have to be made easy to use.