Sapan Bhatia [Mon, 26 Oct 2009 19:36:27 +0000 (19:36 +0000)]
Bug fix
Sapan Bhatia [Mon, 26 Oct 2009 19:10:48 +0000 (19:10 +0000)]
Keep xml files valid :-/
Sapan Bhatia [Mon, 26 Oct 2009 19:10:20 +0000 (19:10 +0000)]
Keep parameter names non-colliding
Sapan Bhatia [Mon, 26 Oct 2009 19:04:35 +0000 (19:04 +0000)]
Adding a node filtering rule for legacy rspecs.
Sapan Bhatia [Mon, 26 Oct 2009 19:00:18 +0000 (19:00 +0000)]
Adding a restrict to rspec file for our legacy rspec
Sapan Bhatia [Mon, 26 Oct 2009 18:31:09 +0000 (18:31 +0000)]
Changed Rspec --> RSpec throughout.
Tony Mack [Mon, 26 Oct 2009 18:02:01 +0000 (18:02 +0000)]
added extra argument to accepts
Sapan Bhatia [Mon, 26 Oct 2009 16:02:01 +0000 (16:02 +0000)]
rspec -> Rspec. TODO: change all XML literals into symbolic constants and define them visibly somewhere.
Sapan Bhatia [Mon, 26 Oct 2009 15:44:06 +0000 (15:44 +0000)]
Remove all sfatables processing if there are no rules.
Sapan Bhatia [Mon, 26 Oct 2009 15:32:46 +0000 (15:32 +0000)]
Returning the request context in the right format. This is needed by sfatables.
Sapan Bhatia [Mon, 26 Oct 2009 15:29:39 +0000 (15:29 +0000)]
The request context would need to be fetched in a more elaborate way at some point. For now, we return a hardcoded minimal context as a dict.
Sapan Bhatia [Mon, 26 Oct 2009 15:25:15 +0000 (15:25 +0000)]
This is hopefully the first version of sfatables that basically works.
Sapan Bhatia [Mon, 26 Oct 2009 15:20:39 +0000 (15:20 +0000)]
Only load those arguments into the target that have been configured in the rule definiton.
Sapan Bhatia [Mon, 26 Oct 2009 15:00:53 +0000 (15:00 +0000)]
Matches operate on the request context.
Tony Mack [Mon, 26 Oct 2009 15:00:48 +0000 (15:00 +0000)]
remote soapprotocol import
Tony Mack [Mon, 26 Oct 2009 14:57:40 +0000 (14:57 +0000)]
added usual variables
Sapan Bhatia [Mon, 26 Oct 2009 14:52:06 +0000 (14:52 +0000)]
Added separate contexts for matches and targets, instead of having combined contexts for rules.
Sapan Bhatia [Mon, 26 Oct 2009 14:49:21 +0000 (14:49 +0000)]
Remove both match and target contexts after a rule is done.
Sapan Bhatia [Mon, 26 Oct 2009 14:48:47 +0000 (14:48 +0000)]
Set up different namespaces for match and target arguments.
Sapan Bhatia [Mon, 26 Oct 2009 14:35:09 +0000 (14:35 +0000)]
Continuation of bug fixes and integration-related fixes.
Sapan Bhatia [Mon, 26 Oct 2009 14:26:20 +0000 (14:26 +0000)]
We need post processing after every rule, then a final postprocessing step once all of the rules have been applied.
Tony Mack [Mon, 26 Oct 2009 14:16:42 +0000 (14:16 +0000)]
only allow authority creds if oject_hrn in pi list
Sapan Bhatia [Mon, 26 Oct 2009 14:12:19 +0000 (14:12 +0000)]
Continuation - adding request and rule contexts to rspecs currently being processed.
Sapan Bhatia [Mon, 26 Oct 2009 13:26:53 +0000 (13:26 +0000)]
Insert the current context into the rspec for the rules to operate.
Sapan Bhatia [Mon, 26 Oct 2009 03:15:57 +0000 (03:15 +0000)]
Bug fixes and cleanups
Sapan Bhatia [Mon, 26 Oct 2009 02:41:40 +0000 (02:41 +0000)]
Looks like I hadn't committed this file previously.
Sapan Bhatia [Sun, 25 Oct 2009 00:13:27 +0000 (00:13 +0000)]
Live and learn. Some properties in this code were being instantiated as class properties, not object
properties.
Sapan Bhatia [Sat, 24 Oct 2009 20:47:29 +0000 (20:47 +0000)]
Latest updated from Srini:
Hi Sapan
Finally, I got everything to work fine. The two main issues I realized
late were that 1) the wsdl has changed to include the request_hash,
and 2) the SOAPpy module needs to be installed for SOAP to work in the
SFA server. All good now.
Please check in the attached updated version of the RSpec manager.
Thanks
Srini.
Tony Mack [Sat, 24 Oct 2009 03:23:22 +0000 (03:23 +0000)]
send output to /dev/null
Tony Mack [Sat, 24 Oct 2009 03:22:59 +0000 (03:22 +0000)]
remove debugging output
Tony Mack [Fri, 23 Oct 2009 22:43:25 +0000 (22:43 +0000)]
accept logger argument
Tony Mack [Fri, 23 Oct 2009 22:40:30 +0000 (22:40 +0000)]
define these variables in the get_sfa_logger() method
Tony Mack [Fri, 23 Oct 2009 22:40:05 +0000 (22:40 +0000)]
send output to logfile
Tony Mack [Fri, 23 Oct 2009 15:28:03 +0000 (15:28 +0000)]
request hash argument is optional for now
Tony Mack [Fri, 23 Oct 2009 14:54:53 +0000 (14:54 +0000)]
pass request_hash argument to interface calls
Tony Mack [Fri, 23 Oct 2009 14:45:56 +0000 (14:45 +0000)]
pass request_hash argument to sfa interface calls
Tony Mack [Fri, 23 Oct 2009 14:45:19 +0000 (14:45 +0000)]
api.getCredential should always return a string not an object
Tony Mack [Fri, 23 Oct 2009 14:44:44 +0000 (14:44 +0000)]
passrequest_hash argument to sfa interface calls
Tony Mack [Fri, 23 Oct 2009 02:37:09 +0000 (02:37 +0000)]
use record['name'] not record.get_name()
Tony Mack [Fri, 23 Oct 2009 02:36:25 +0000 (02:36 +0000)]
get_user_cred(), get_auth_cred() and get_slice_cred() all return objects...for now. will change this to strings later
Sapan Bhatia [Fri, 23 Oct 2009 02:34:30 +0000 (02:34 +0000)]
Optimize the rule processing function to parse only once, then manipulate the parsed version.
Tony Mack [Fri, 23 Oct 2009 01:49:16 +0000 (01:49 +0000)]
we were better off creating the record at sfa after it has been created at plc. That way we dont end up with a record in sfa and no record in plc
Tony Mack [Fri, 23 Oct 2009 01:30:35 +0000 (01:30 +0000)]
no longer using geniclient, pass string arguments not objecs when calling aggregate.get_resources
Tony Mack [Fri, 23 Oct 2009 01:28:52 +0000 (01:28 +0000)]
no longer using geniclient, call registry.get_credential with string_arguments, not objects
Tony Mack [Fri, 23 Oct 2009 00:09:54 +0000 (00:09 +0000)]
checking this method back in. We missed you
Tony Mack [Fri, 23 Oct 2009 00:09:01 +0000 (00:09 +0000)]
verifyPeerCert() now requires 2 arguments (certtificate and gid). Update auth.check() so that it calls auth.verifyPeerCert() with the correct arguments
Tony Mack [Fri, 23 Oct 2009 00:07:34 +0000 (00:07 +0000)]
added get_self_credential method
Tony Mack [Fri, 23 Oct 2009 00:07:06 +0000 (00:07 +0000)]
explicitly call get_self_credential with the cliet cert as in argument instead of get_credential with None as an arguemnt when getting a user is getting their own credential
Sapan Bhatia [Thu, 22 Oct 2009 20:51:57 +0000 (20:51 +0000)]
Get basic rules that operate on hrns working again.
Sapan Bhatia [Thu, 22 Oct 2009 18:52:56 +0000 (18:52 +0000)]
Cleaning up...
Sapan Bhatia [Thu, 22 Oct 2009 18:51:06 +0000 (18:51 +0000)]
Cleanup...
Sapan Bhatia [Thu, 22 Oct 2009 18:42:07 +0000 (18:42 +0000)]
Cleaning up.
Tony Mack [Fri, 16 Oct 2009 21:27:47 +0000 (21:27 +0000)]
dont delete vini's interent2 placeholder record
Tony Mack [Fri, 16 Oct 2009 21:22:07 +0000 (21:22 +0000)]
ii should be i2
Tony Mack [Fri, 16 Oct 2009 21:13:56 +0000 (21:13 +0000)]
existing_record should be existing_records
Tony Mack [Fri, 16 Oct 2009 21:11:46 +0000 (21:11 +0000)]
import_site() returns the site hrn
Andy Bavier [Fri, 16 Oct 2009 15:26:16 +0000 (15:26 +0000)]
Missed one...
Tony Mack [Fri, 16 Oct 2009 03:58:39 +0000 (03:58 +0000)]
looks the same to me
Tony Mack [Fri, 16 Oct 2009 03:58:11 +0000 (03:58 +0000)]
added request_hash to get_credential() call
Tony Mack [Fri, 16 Oct 2009 03:57:26 +0000 (03:57 +0000)]
added request_hash to get_slices() call
Tony Mack [Fri, 16 Oct 2009 03:46:28 +0000 (03:46 +0000)]
import sfa.util.debug.log
Tony Mack [Fri, 16 Oct 2009 03:37:32 +0000 (03:37 +0000)]
use xmlrpcprotocol instead of geniclient when connecting to slice manager
Tony Mack [Fri, 16 Oct 2009 03:34:20 +0000 (03:34 +0000)]
add request_hash argument to more method calls
Tony Mack [Fri, 16 Oct 2009 03:31:22 +0000 (03:31 +0000)]
add request_hash argument to more method calls
Tony Mack [Fri, 16 Oct 2009 03:28:38 +0000 (03:28 +0000)]
deleting
Tony Mack [Fri, 16 Oct 2009 03:27:30 +0000 (03:27 +0000)]
add request_hash argumet to more method calls
Tony Mack [Fri, 16 Oct 2009 01:58:37 +0000 (01:58 +0000)]
added request_hash argumet some more calls
Andy Bavier [Thu, 15 Oct 2009 17:44:09 +0000 (17:44 +0000)]
Rspec to RSpec
Tony Mack [Thu, 15 Oct 2009 15:18:01 +0000 (15:18 +0000)]
authenticate request_hash using client gid from the cred
Tony Mack [Thu, 15 Oct 2009 05:01:21 +0000 (05:01 +0000)]
added request_hash argument. authenticate the credential using request_hash
Tony Mack [Thu, 15 Oct 2009 04:59:37 +0000 (04:59 +0000)]
added request hash to list of accepted arguments
Tony Mack [Thu, 15 Oct 2009 04:58:47 +0000 (04:58 +0000)]
fix package import
Tony Mack [Thu, 15 Oct 2009 04:57:59 +0000 (04:57 +0000)]
use xmlrpcprotocol instead of geniclient
Tony Mack [Thu, 15 Oct 2009 04:57:25 +0000 (04:57 +0000)]
start adding request_hash to calls. start replacing geniclient with xmlrpcprotocol
Tony Mack [Thu, 15 Oct 2009 04:05:20 +0000 (04:05 +0000)]
fix bug
Tony Mack [Thu, 15 Oct 2009 03:03:40 +0000 (03:03 +0000)]
fix typo
Tony Mack [Thu, 15 Oct 2009 03:03:02 +0000 (03:03 +0000)]
check peer_cert
Tony Mack [Thu, 15 Oct 2009 03:02:22 +0000 (03:02 +0000)]
remove row class
Tony Mack [Thu, 15 Oct 2009 03:01:58 +0000 (03:01 +0000)]
modify import
Tony Mack [Thu, 15 Oct 2009 03:01:41 +0000 (03:01 +0000)]
initial checkin of row class
Tony Mack [Thu, 15 Oct 2009 01:55:41 +0000 (01:55 +0000)]
dont verify request hash in auth.check()
Tony Mack [Wed, 14 Oct 2009 16:30:07 +0000 (16:30 +0000)]
update the record's last updated field with the current time. last_updated field will be ignored until the readonly attribute is removed from the field definition in GeniRecord.fields
Tony Mack [Wed, 14 Oct 2009 16:28:12 +0000 (16:28 +0000)]
added Row class with validate methods
Tony Mack [Wed, 14 Oct 2009 16:26:55 +0000 (16:26 +0000)]
GeniRecord now inherits util.genitable.Row instead of dict. Added validate_last_updated() method
Tony Mack [Wed, 14 Oct 2009 15:34:14 +0000 (15:34 +0000)]
mark 'last_updated, and date_created as readonly. Will remove readonly attribute from last_updated field once timestamp support has been added
Tony Mack [Wed, 14 Oct 2009 00:34:52 +0000 (00:34 +0000)]
move peer_vert verificaiton code into its own method
Tony Mack [Wed, 14 Oct 2009 00:27:49 +0000 (00:27 +0000)]
initial checkin of files necessary for deploying via apache mod_python
Tony Mack [Wed, 14 Oct 2009 00:25:17 +0000 (00:25 +0000)]
added several methods for has based authentication
Tony Mack [Wed, 14 Oct 2009 00:23:42 +0000 (00:23 +0000)]
added compute_hash() method
Tony Mack [Wed, 14 Oct 2009 00:23:16 +0000 (00:23 +0000)]
added BadRequestHash fault
Tony Mack [Wed, 14 Oct 2009 00:22:40 +0000 (00:22 +0000)]
initial checkin of get_gid method
Andy Bavier [Mon, 12 Oct 2009 15:58:53 +0000 (15:58 +0000)]
Fix for VINI aggregate
Andy Bavier [Mon, 12 Oct 2009 15:40:45 +0000 (15:40 +0000)]
Don't show peer sites in RSpec
Anil-Kumar Vengalil [Fri, 9 Oct 2009 14:58:02 +0000 (14:58 +0000)]
Setting tag sfa-0.9-5
Create_slice and get_resources methods are connected to sfatables.
Other features include compatibility with RP, handling remote objects created as part of federation, preliminary version of sfatables, call tracability and logging.
Anil-Kumar Vengalil [Thu, 8 Oct 2009 16:13:49 +0000 (16:13 +0000)]
sfatable hook
Anil-Kumar Vengalil [Thu, 8 Oct 2009 15:33:22 +0000 (15:33 +0000)]
sfatables hook bug fix
Anil-Kumar Vengalil [Wed, 7 Oct 2009 12:40:34 +0000 (12:40 +0000)]
Setting tag sfa-0.9-4
Bug fix on update and remove_peer_object methods
Compatibility with RP, preliminiary version of sfatables, call tracability and logging
Tony Mack [Mon, 5 Oct 2009 16:37:12 +0000 (16:37 +0000)]
when updating the peer record, add the record id from the existing record
Tony Mack [Mon, 5 Oct 2009 16:29:48 +0000 (16:29 +0000)]
if peer_record exist but pointer is different, update the record
Anil-Kumar Vengalil [Mon, 5 Oct 2009 15:42:16 +0000 (15:42 +0000)]
bug-fix