Changes between Version 16 and Version 17 of tap
- Timestamp:
- Jun 20, 2017 2:32:31 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
tap
v16 v17 1 1 2 [[PageOutline(1-10,THREDDS Access P ortal)]]2 [[PageOutline(1-10,THREDDS Access Panel)]] 3 3 4 4 … … 6 6 == What is TAP == 7 7 8 The aim of the ''T hredds Access Portal'' '''(TAP)''' project lies in the idea of solving the huge problem existing in the ''Unidata Thredds'' application with the management of users, roles and dataset access. The Thredds user authentication is delegated to Tomcat Basic which gets users and roles from a given Realm. In order to authorize users, Threddschecks whether the dataset is restricted and if so, gets the user roles to make a decision. '''TAP''' manages the datasource mentioned to control user access to protected datasets.8 The aim of the ''THREDDS Access Panel'' '''(TAP)''' project lies in the idea of solving the huge problem existing in the ''Unidata THREDDS'' application with the management of users, roles and dataset access. The Thredds user authentication is delegated to Tomcat Basic which gets users and roles from a given Realm. In order to authorize users, THREDDS checks whether the dataset is restricted and if so, gets the user roles to make a decision. '''TAP''' manages the datasource mentioned to control user access to protected datasets. 9 9 10 10 === Environment setup === 11 11 12 '''TAP''' and ''T hredds'' get users and roles from a database created specifically to model all the entities and processes involved. The main idea is to include easily a database instance to work with. Derby network allow users to access db instances even from outside when they are running and most people are familiar with it. To accomplish this step you need four main components:12 '''TAP''' and ''THREDDS'' get users and roles from a database created specifically to model all the entities and processes involved. The main idea is to include easily a database instance to work with. Derby network allow users to access db instances even from outside when they are running and most people are familiar with it. To accomplish this step you need four main components: 13 13 14 14 - Derby 10.10.1.1 library … … 310 310 311 311 {{{user/groups?groupNames=EUPORIAS}}} 312 313 == Issues == 314 == Issues == 315 If you find any issue, problem or make a comment, please [/newticket?component=ThreddsAdminPanel drop us a ticket!!]. 316 317 You can submit the ticket anonymously, but if you want to receive notifications on updates and feedbacks you can provide your e-mail address in the ticket form. 318 319 This is the list of tickets, so far: 320 [[TicketQuery(component=ThreddsAdminPanel&type!=spam,format=Table, col=summary|type)]]