[
https://issues.apache.org/jira/browse/AIRAVATA-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yu (Marie) Ma updated AIRAVATA-1316:
Assignee: (was: Yu (Marie) Ma)
> Use Application Catalog API to describe real applic
My plan is to use tokens when calling the API methods. These tokens will be
granted by the user store at the time of user authentication. This tokens
will be encrypted tokens which will contain the information about the
gateway which can be used to verify the identity of the gateway.
When authoriza
That's great. Can you say more about your plans? Two concerns:
* The new application catalog functions fit within the "gateway admin"
role that Suresh listed previously.
* The API also does not distinguish which gateway may be calling the
server. This is the multi-tenanted scenario--that is
I do agree with Amila. XACML can be used to implement very fine grained
authorization. But that level is not required in the Airavata context.
>From WSO2 IS 5.0 on wards we can register applications with IS and define
various permissions and grant these permissions to users. This is exactly
inline
Hi Supun, what do you think of Amila's suggestion below?
Marlon
On 7/1/14, 10:35 AM, Amila Jayasekara wrote:
On Mon, Jun 30, 2014 at 3:47 PM, Marlon Pierce wrote:
A little question, maybe premature: how are these roles going to be
communicated over the Thrift-based API?
This is what I have
We currently are haboring all the API functions in a single API Thrift
service. Therefore there wont be an App Catalog server or client involved.
Thus you will use the same Airavata API Thrift client to access the
AppCatalog functions.
On Mon, Jul 7, 2014 at 12:16 PM, Suresh Marru wrote:
> I am
Hi Suresh,
I can help with the documentation.
Thanks,
Best Regards,
Eroma
On Mon, Jul 7, 2014 at 12:55 PM, Suresh Marru wrote:
> Hi All,
>
> I have started a Wiki on PHP Samples and describing the functionality -
> https://cwiki.apache.org/confluence/display/AIRAVATA/Airavata+API+PHP+Client+S
Hi All,
I have started a Wiki on PHP Samples and describing the functionality -
https://cwiki.apache.org/confluence/display/AIRAVATA/Airavata+API+PHP+Client+Samples
I would rather focus on writing/improving the sample themselves and can take
help on writing the documentation. Volunteers?
Plea
It looks like the problem was due to the HTTPS Everywhere extension. When I
disable it, the documention page comes through OK.
Dave
-Original Message-
From: Suresh Marru [mailto:sma...@apache.org]
Sent: Monday, July 07, 2014 12:04 PM
To: Airavata Dev
Subject: Re: API Docs
Hi Dave,
Ar
I am about to do a commit, sorry these are little behind.
Suresh
On Jul 7, 2014, at 12:06 PM, Marlon Pierce wrote:
> These still need updating.
>
> Marlon
>
> On 7/3/14, 4:47 PM, Marlon Pierce wrote:
>> The following have require_once for
>> API/AppCatalog/ApplicationCatalogAPI.php, which d
These still need updating.
Marlon
On 7/3/14, 4:47 PM, Marlon Pierce wrote:
The following have require_once for
API/AppCatalog/ApplicationCatalogAPI.php, which does not exist in
under
airavata/airavata-api/airavata-client-sdks/airavata-php-sdk/src/main/resources/lib/Airavata/.
./add-compute-
Hi Dave,
Are you still getting the same 404? This is a public website and should not ask
for any authentication.
Suresh
On Jul 7, 2014, at 11:01 AM, Reagan, David Michael wrote:
> Yes, please, for more documentation. We don't want to force users to dig
> through the whole Airavata source t
Yes, please, for more documentation. We don't want to force users to dig
through the whole Airavata source tree to find Thrift files for documentation
(which is what I do). However, I'm getting a 404 not found error after
authenticating at this address.
Dave
-Original Message-
From: Su
[
https://issues.apache.org/jira/browse/AIRAVATA-1327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Reagan reassigned AIRAVATA-1327:
--
Assignee: David Reagan
> In PHP gateway when user initially logs in; an unhanded exc
[
https://issues.apache.org/jira/browse/AIRAVATA-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Reagan reassigned AIRAVATA-1320:
--
Assignee: David Reagan
> Implement gateway admin user who can acquire community cred
[
https://issues.apache.org/jira/browse/AIRAVATA-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Reagan reassigned AIRAVATA-1319:
--
Assignee: David Reagan
> Call Application Catalog API from PHP Gateway to replace ha
[
https://issues.apache.org/jira/browse/AIRAVATA-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Reagan reassigned AIRAVATA-1328:
--
Assignee: David Reagan
> AiravataSystemException! error given in PHP gateway 'Create
Hi All,
The app catalog is now integrated with airavata. We can say its feature freeze
state, but needs to do lot of testing and fix bugs along the way. Some notes:
* Airavata API exposes most of the essential functions to register
applications, host and deployments. As we go through all test c
See DocumentCreatorNew class which uses the thrift api to add the
applications, deployments etc.
On Mon, Jul 7, 2014 at 10:22 AM, Lahiru Gunathilake
wrote:
> is there a client code to test a job ?
>
>
> On Mon, Jul 7, 2014 at 10:20 AM, Chathuri Wimalasena > wrote:
>
>> Hi Lahiru,
>>
>> There i
[
https://issues.apache.org/jira/browse/AIRAVATA-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14053708#comment-14053708
]
ASF subversion and git services commented on AIRAVATA-1309:
---
is there a client code to test a job ?
On Mon, Jul 7, 2014 at 10:20 AM, Chathuri Wimalasena
wrote:
> Hi Lahiru,
>
> There is no separate app-catalog server now. App-catalog database will
> start when airavata server starts. All the app-catalog API methods will be
> at the same airavata-api.
>
>
Hi Lahiru,
There is no separate app-catalog server now. App-catalog database will
start when airavata server starts. All the app-catalog API methods will be
at the same airavata-api.
On Mon, Jul 7, 2014 at 10:14 AM, Lahiru Gunathilake
wrote:
> Hi Saminda,
>
> Is there any sample that I can tes
Hi Saminda,
Is there any sample that I can test a simple scenario ? Now I can build but
I can see app-catalog server is not starting because its disabled in
airavata-server.properties.
Please let me know when its ready.
Lahiru
On Mon, Jul 7, 2014 at 9:33 AM, Marlon Pierce wrote:
> git pull u
[
https://issues.apache.org/jira/browse/AIRAVATA-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yu (Marie) Ma reassigned AIRAVATA-1316:
---
Assignee: Yu (Marie) Ma
> Use Application Catalog API to describe real application
[
https://issues.apache.org/jira/browse/AIRAVATA-1315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yu (Marie) Ma reassigned AIRAVATA-1315:
---
Assignee: Yu (Marie) Ma
> Create scripts to submit applications in to resources.
>
git pull updated a pom.xml, This time I got to the end but failed on
"Airavata release artifacts". It looks like there are more commits
after I started the build, so I'll be patient.
Marlon
On 7/7/14, 9:25 AM, Suresh Marru wrote:
Looks like a missing dependency. Can u take a pull and retry?
Looks like a missing dependency. Can u take a pull and retry?
Suresh
On Jul 7, 2014, at 9:19 AM, Marlon Pierce wrote:
> Same problems for me.
>
> On 7/7/14, 9:08 AM, Lahiru Gunathilake wrote:
>> I get this error during building,
>>
>> [ERROR] Failed to execute goal
>> org.apache.maven.plugin
Same problems for me.
On 7/7/14, 9:08 AM, Lahiru Gunathilake wrote:
I get this error during building,
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.1:compile
(default-compile) on project airavata-client-api: Compilation failure:
Compilation failure:
[ERROR]
/Us
I get this error during building,
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.1:compile
(default-compile) on project airavata-client-api: Compilation failure:
Compilation failure:
[ERROR]
/Users/lahirugunathilake/work/airavata/git/airavata/modules/airavata-clien
Hi Saminda,
I got more updates just now. I will build again and see.
Thanks
Lahiru
On Mon, Jul 7, 2014 at 8:45 AM, Saminda Wijeratne
wrote:
> hmm... I thought I fixed this issue yesterday. Do you have the latest
> trunk?
>
>
> On Mon, Jul 7, 2014 at 8:35 AM, Lahiru Gunathilake
> wrote:
>
>>
hmm... I thought I fixed this issue yesterday. Do you have the latest trunk?
On Mon, Jul 7, 2014 at 8:35 AM, Lahiru Gunathilake
wrote:
> [ERROR] Error occurred while executing : /* * * Licensed to the Apache
> Software Foundation (ASF) under one * or more contributor license
> agreements. See
[ERROR] Error occurred while executing : /* * * Licensed to the Apache
Software Foundation (ASF) under one * or more contributor license
agreements. See the NOTICE file * distributed with this work for
additional information * regarding copyright ownership. The ASF licenses
this file * to you un
32 matches
Mail list logo