d3ce689 Add ability to sync creds back on modification

8 files Authored by simo 7 years ago, Committed by rharwood 7 years ago,
    Add ability to sync creds back on modification
    
    If enabled and if the client requests it, the server will check if new
    credentials are available and send back a fresh copy to the client if they
    are.
    
    Works only if:
    - allow_client_ccache_sync is True
    - a custom ccache is not set for the service
    - the client explicitly requests a sync for the call
    
    Signed-off-by: Simo Sorce <simo@redhat.com>
    [rharwood@redhat.com: Style fixes, typo in comment, commit message tweak]
    Reviewed-by: Robbie Harwood <rharwood@redhat.com>
    
        
file modified
+14 -0
file modified
+5 -0
file modified
+8 -0
file modified
+173 -0
file modified
+1 -0
file modified
+13 -0
file modified
+23 -0
file modified
+0 -1