This is a migrated thread and some comments may be shown as answers.

Fix AmazonProvider

3 Answers 41 Views
CloudUpload
This is a migrated thread and some comments may be shown as answers.
Ray
Top achievements
Rank 1
Ray asked on 24 Nov 2013, 10:54 PM

Fix the missing AWS security service..

1. Take the same approach as in your everlive provider

 -- snip from source

public string ApiKey { get; set; }



2. Add the same approach to your amazon provider..

public string AccessKey { get; set; }

public string SecretKey { get; set; }



3. See separate thread about missing dynamic key support.

You can keep the old style webconfig file, but it should be deprecated, i.e only used if both of the above are not available..

This is stanadard AWS security..

3 Answers, 1 is accepted

Sort by
0
Hristo Valyavicharski
Telerik team
answered on 28 Nov 2013, 08:49 AM
Hi Ray,

I have already replied to your similar post here. We are planning to add support for dynamically keys. However they will not be implemented as a properties. It would be possible to use custom handler where the credentials can be changed dynamically. Additionally it will be possible to inherit the default handler and create own custom provider beyond the defined Amazon, Azure and Everlive.

I'm agree with you that it is a good idea to have more options to store the keys. This will be flexibility to the developers.

Regards,
Hristo Valyavicharski
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Ray
Top achievements
Rank 1
answered on 29 Nov 2013, 11:33 PM
This thread ws simple just make all the providers identcal, you have dynamic kets in your provider, just exxtend to all..
0
Marin Bratanov
Telerik team
answered on 03 Dec 2013, 04:29 PM
Hello Ray,

On the Everlive provider and what configuration options it offers with regard to the Amazon provider: our answer is available in the other thread where this is the sole issue treated, it can be found here.


On support for dynamic keys - we have answered the other two threads with the same question, here and here.

Regards,
Marin Bratanov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
CloudUpload
Asked by
Ray
Top achievements
Rank 1
Answers by
Hristo Valyavicharski
Telerik team
Ray
Top achievements
Rank 1
Marin Bratanov
Telerik team
Share this question
or