Skip to content

Commit

Permalink
Fixed AuthenticationInfo for the endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Nov 22, 2018
1 parent 2e62645 commit 1b9ae4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/templates/compute.glue21
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ GLUE2EntityCreationTime: ${timestamp}
GLUE2EntityValidity: ${validity}
GLUE2EndpointID: ${endpoint_id}
GLUE2EntityName: Cloud Computing Endpoint ${endpoint_name}
GLUE2EntityOtherInfo: Authn=${endpoint['compute_api_authn_method']}
## GLUE2EntityOtherInfo
GLUE2EndpointURL: ${endpoint['compute_endpoint_url']}
% for capability in endpoint['compute_capabilities']:
GLUE2EndpointCapability: ${capability}
Expand All @@ -177,7 +177,7 @@ GLUE2EndpointHealthState: ok
GLUE2EndpointHealthStateInfo: Endpoint functioning properly
GLUE2EndpointServingState: ${endpoint['compute_production_level']}
## GLUE2EndpointStartTime:
## GLUE2EndpointAuthentication:
GLUE2EndpointAuthentication: ${endpoint['compute_api_authn_method']}
GLUE2EndpointIssuerCA: ${endpoint['endpoint_issuer']}
% for trusted_ca in endpoint['endpoint_trusted_cas']:
GLUE2EndpointTrustedCA: ${trusted_ca}
Expand Down

0 comments on commit 1b9ae4b

Please sign in to comment.