Skip to content

gnubila-france/voms-admin-server

 
 

Repository files navigation

VOMS Admin server

The Virtual Organization Membership Service is a Grid attribute authority which serves as central repository for VO user authorization information, providing support for sorting users into group hierarchies, keeping track of their roles and other attributes in order to issue trusted attribute certificates and assertions used in the Grid environment for authorization purposes.

The VOMS Admin service is a web application providing tools for administering the VOMS VO structure. It provides an intuitive web user interface for daily administration tasks.

Build with Maven

Requirements:

  • Java 6
  • Maven 3

Build it with the following command:

mvn package

Eclipse import instructions

To import the project in Eclipse for development, do as follows:

mvn clean eclipse:clean mvn eclipse:eclipse

From Eclipse menu, select “Import Existing Maven projects...”, and point it to this project root directory.

Dockerized development environment

Reauirements:

  • Docker >= v.1.5.0
  • Fig >= 1.0.1

Running

fig up

Will setup a running voms-admin-server instance, running a single VO named test.

RPM package build

See https://github.com/italiangrid/pkg.voms-admin-server

Packages

No packages published

Languages

  • Java 94.0%
  • Python 2.6%
  • CSS 1.8%
  • Other 1.6%