Questions tagged [access-keys]

120 questions
0
votes
1 answer

AWS IAM API Cloudformation help for Access Key/Secret key authorization

We are currently using API Keys to secure access to our API Gateway. However, we are moving to an IAM model with access/secret key. I understand that swagger does not allow us to do this (we currently have api_key set in swagger to enable API Key…
0
votes
1 answer

what is accessKeyId and secretKey in AWS

I have gone through the AWS console page and cannot find an clear answer: When creating AWS account and your own AWS services, you need to get a accessKeyId and secretKey from AWS. What are they and what's the relationship between them? When and how…
chrisTina
  • 2,298
  • 9
  • 40
  • 74
0
votes
0 answers

Protecting public API against AJAX calls out of a website

I read many answers here but not found the solution for my problem. My API is public and I want to be sure that requests are coming only from website. The website would have many AJAX requests - the whole API is only reachable as READ. The website…
kurtanamo
  • 1,808
  • 22
  • 27
0
votes
1 answer

AWS informed me that my access and private keys are publicly available

I'm having a panic attack. AWS sent me a mail including: "*We became aware that your AWS Access Key ***************** along with your Secret Key are publicly available.*" What do they mean by "publicly available" ? Are they pushed accidently to…
0
votes
1 answer

highlight text input upon accesskey

I have an HTML page with a text input field for a search string. I would like to give focus to the field when the user hits a predefined key (like META-S). A similar behaviour is possible for anchors in HTML 5:
patmin
  • 117
  • 1
  • 10
0
votes
1 answer

Restrict access to single stream on keen

I have read access keys on keen.io And I have a use case where I would like to use these access keys. Actually, in my system, i want to make a separate stream for every customer account and want to make sure that this stream is only accessible…
0
votes
1 answer

Using Dropbox access token from multiple devices

Today - Users' Dropbpox access tokens - which are obtained when a user authenticates the app - are kept in my backend, linked to the authenticated user. So when a user authenticates once from any platform - he will have the same Dropbox access from…
Dror Fichman
  • 1,559
  • 1
  • 14
  • 16
0
votes
1 answer

IoT Hub key regen, old key still works

I have a working IoT Hub, with incoming telemetry. I haven't touched it in months and wanted to go back and check the Permissions on the Shared Access Key that my device is connecting with. I could not find a Policy with a key matching the one my…
JohnKoz
  • 908
  • 11
  • 21
0
votes
1 answer

Using accesskey in chrome triggers an "unauthenticated sources" warning

When using the accesskey attribute in chrome in order to create shortcuts on my website, it does not work because chrome says: This page is trying to load scripts from unauthenticated sources …
online Thomas
  • 8,864
  • 6
  • 44
  • 85
0
votes
2 answers

Can I change AccessKey for AppName in PredictionIO?

I deleted my hbase folder for PredictionIO by mistake, so I lost previous AccessKey for AppName. Created new App using same name, but I need to use old AccessKey for the App for integration with clients. Is it possible to do this?
0
votes
0 answers

Simulate the access key press in a jsf 2 page

One of the requirements of our customer is for the support of hot keys for different buttons(like save,create etc) in our application(using jsf 2.0) and the user should only do one key press. i.e. in case of Save button, if I click on say F1 key,…
0
votes
1 answer

accesskey internet explorer

I have a weird problem, I can not mek work the accesskey on any version of Internet Explorer. My code : The accesskey work on chrome and firefox but not in intenet explorer,…
0
votes
1 answer

AccessKey Property not worked in Mozila firefox

I tried by using Alt+E in Mozilla Firefox. First Name
What's Wrong With My Code?
Lawrance
  • 975
  • 3
  • 9
  • 17
0
votes
1 answer

Is accesskey attribute really case sensitive?

The specification says: If specified, the value must be an ordered set of unique space-separated tokens that are case-sensitive, each of which must be exactly one Unicode code point in length. However, as far as I have tested, it doesn't seems to…
Sebastien C.
  • 4,649
  • 1
  • 21
  • 32
0
votes
1 answer

Show shortcut key hint on a button just like ribbon/menu when Alt key is pressed

I'm working on a WPF application, one of the requirement is to display the shortcut key hint on the button when Alt key is pressed. It needs to work same way as ribbon/menu does when you press Alt key, it shows hints. I'm using MVVM and it needs to…
azeemfraz
  • 1
  • 1