Questions tagged [access-keys]

120 questions
2
votes
1 answer

Register access key for custom control

I've built a custom control that is supposed to have an access key. That is, in the text part of the control one of the letters is underlined when the keyboard is being used for navigation and pressing the access key should focus the control. The…
Ian Goldby
  • 5,609
  • 1
  • 45
  • 81
2
votes
2 answers

Get Username from Amazon Access Key in Java

Is there a way to get the User Name attached to the Access Key for the credentials you're using to access AWS via Java? I would like to be able to get the User Name that's defined in the IAM Users section so that I can setup user-specific…
DGolberg
  • 2,109
  • 4
  • 23
  • 31
2
votes
1 answer

Set focus by using keyboard in asp.net

I am creating a login page and want to give user the flexibility to control the focus by using keyboard. I am using AccessKey but it seems not working. Any help will be appreciated. Below is my HTML for Email field only.
Narendra
  • 3,069
  • 7
  • 30
  • 51
2
votes
3 answers

Jquery select all elements that have an accesskey defined

I want to select all elements that have an accesskey defined on them. I know that i can do this: $('[accesskey]'), but that gives me lot of inputs, hrefs etc, on the page (most of them have an empty accesskey). What is the way to select only the…
Erik Dekker
  • 2,395
  • 5
  • 33
  • 55
1
vote
1 answer

Prism + MVVM + Access Keys + UpdateSourceTrigger="LostFocus" -- This doesn't let me save an updated textbox without first losing focus

Not really sure how to tackle this issue: I have a "Save" button that has access keys attached to it... but, if I type something into a textbox and press the access keys to save, the textbox doesn't update my viewmodel because it never lost focus.…
myermian
  • 31,823
  • 24
  • 123
  • 215
1
vote
1 answer

awscloudwatchlogs exporter in opentelemetry collector

How do I configure my opentelemetry collector to export logs to Amazon awscloudwatchlogs? I have created a log-group called log-group-test-1 and under it a log-stream-test-1 Right now, I am using the current configuration for the exporter as shown…
1
vote
2 answers

How to protect aws secret access key

I am beginner to aws. aws keys stored in pc in folder "C:\Users\USERNAME.aws\credentials" is simple text file. Q1) Why it is stored in easy readable format? Q2) How to protect these credentials or is there any way to store it in encrypted way?
md samual
  • 305
  • 3
  • 15
1
vote
1 answer

Why does this one single accesskey not work on Firefox?

I'm using Firefox on MacOS and a specific access key isn't working: This works on Safari and Chrome, but not Firefox.…
Christopher Schultz
  • 20,221
  • 9
  • 60
  • 77
1
vote
1 answer

Is there a way to have ephemeral access_keys for users in AWS via roles without another access_key?

It is a common case where you would use roles for user accounts in AWS, assuming a role from one aws account into another. For this example there is an "empty" account in AWS I'll call the Access Account only for individual users to log into. There…
hahahahey
  • 89
  • 1
  • 3
  • 8
1
vote
1 answer

How to get accessKey and Secret key from aws identity pool using React.js?

To be more specific, I have a react app, which contains 3 input fields (maintained using useState() Hooks.
1
vote
1 answer

How to rotate an Azure storage account access key from C# code?

I have an Azure storage account. It has a number of access keys associated. From the Azure web GUI it is possible to "rotate" these keys. It is also possible to rotate them from the command line, using (I believe) az storage account keys renew. I…
Claus Appel
  • 1,015
  • 10
  • 28
1
vote
1 answer

Can you use an accesskey attribute on an option tag?

Is there a technique to use an accesskey attribute on an