Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/11/10 18:23:52 (14 years ago)
Author:
gkronber
Message:

Implemented deployment service on servdev.heuristiclab.com and changed all service references and configurations to point to the service address. Improved GUI of installation manager. Implemented user name authentication and authorization for the deployment service. #860 (Deployment server for plugin installation from web locations)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DeploymentServer Prototype/HeuristicLab.Services/HeuristicLab.Services.Deployment.Test/app.config

    r2771 r3006  
    1717                        <transport clientCredentialType="Windows" proxyCredentialType="None"
    1818                            realm="" />
    19                         <message clientCredentialType="Windows" negotiateServiceCredential="true"
     19                        <message clientCredentialType="UserName" negotiateServiceCredential="true"
    2020                            algorithmSuite="Default" establishSecurityContext="true" />
    2121                    </security>
     
    3434                        <transport clientCredentialType="Windows" proxyCredentialType="None"
    3535                            realm="" />
    36                         <message clientCredentialType="Windows" negotiateServiceCredential="true"
     36                        <message clientCredentialType="UserName" negotiateServiceCredential="true"
    3737                            algorithmSuite="Default" establishSecurityContext="true" />
    3838                    </security>
     
    4141        </bindings>
    4242        <client>
    43             <endpoint address="http://localhost:8731/Design_Time_Addresses/HeuristicLab.Services.Deployment/Update/"
     43            <endpoint address="http://servdev.heuristiclab.com/HeuristicLab.Deployment/Admin.svc"
     44                binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IAdmin"
     45                contract="AdminService.IAdmin" name="WSHttpBinding_IAdmin">
     46                <identity>
     47                    <certificate encodedValue="AwAAAAEAAAAUAAAA6BqitFxQFezmOGMs4hfDnxmUaNkgAAAAAQAAANYCAAAwggLSMIIBuqADAgECAhBTkXiUNnyLi0hZzHvfnFSpMA0GCSqGSIb3DQEBBQUAMBIxEDAOBgNVBAMTB3NlcnZkZXYwHhcNMTAwMzA5MTE1MzAzWhcNMTEwMzA5MDAwMDAwWjASMRAwDgYDVQQDEwdzZXJ2ZGV2MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAth2UcoEiKuzOoj80IySFzg5AchkCdezyWn1QRVHtxD0AcY0aHOjf8UGTsMi8nA9T5VHEdDfvF7S5QJNWo8dcSvgs2wvi5HYatiU4/AT8J3Sb1hhDyyqJqI+zqs/Z446tMGPB7bTta/Fi+AIjrnvW6cOqbcO/ZkpUUjkhQvCC89QZkSsXGOMlxUWZU8mN70JoOeFNoQ4KE7+0L0OnC4p9L609LUfByfXobWnB9mhIMtnW1n8XKNfBVWp9b3D960Ks+nKZ6xWUVqAc+OtREHFunDRbrKaMmMNRsIsgpyFEWA9jEnKUsui/kIpvK3OyPa+jqOzNfpNz6VNBrVV+e3uenwIDAQABoyQwIjALBgNVHQ8EBAMCBDAwEwYDVR0lBAwwCgYIKwYBBQUHAwEwDQYJKoZIhvcNAQEFBQADggEBAD7rEM74jtLImYCp/0Okncn0MEBwCP7XlHwC1KYSZzHs8vUIFyH8V1CLgQCq5tZV7GbT9N1/4XmFZrwxScZxkiWb6vnpv2yFPi4LX68unDTdTKaOaknblLc4HQ/9moOa+cMyQDOrqLLZYHuAwg2DwOljDGzvbOmLRNlrnDyJLYSRiD4RxRmAxI+qgiAVg2GCXIbR+BBz7H5z1kn0O6YUk9SPeMondAxU6JmYfhB3334Ie1hGBiAx2gAnkFsF781/E/lbd+nobhSazdfEo3+pwkyhwkpU3JKKLRHU72I9lCXvOMWjEcH6yZfEzgVg1UboPs+AyK7wPa5nPbStmM7dxjE=" />
     48                </identity>
     49            </endpoint>
     50            <endpoint address="http://servdev.heuristiclab.com/HeuristicLab.Deployment/Update.svc"
    4451                binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IUpdate"
    4552                contract="UpdateService.IUpdate" name="WSHttpBinding_IUpdate">
    4653                <identity>
    47                     <dns value="localhost" />
    48                 </identity>
    49             </endpoint>
    50             <endpoint address="http://localhost:8731/Design_Time_Addresses/HeuristicLab.Services.Deployment/Admin/"
    51                 binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IAdmin"
    52                 contract="AdminService.IAdmin" name="WSHttpBinding_IAdmin">
    53                 <identity>
    54                     <dns value="localhost" />
     54                    <userPrincipalName value="&#xD;&#xA;          " />
    5555                </identity>
    5656            </endpoint>
Note: See TracChangeset for help on using the changeset viewer.