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
2
votes
3 answers
Jquery select all elements that have an accesskey definedI 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
1
vote
1 answer
Prism + MVVM + Access Keys + UpdateSourceTrigger="LostFocus" -- This doesn't let me save an updated textbox without first losing focusNot 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
1
vote
1 answer
awscloudwatchlogs exporter in opentelemetry collectorHow 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…
![]()
Rohan Prasad
1
vote
2 answers
How to protect aws secret access keyI 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
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
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
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.
![]()
LamriN
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
vote
1 answer
Can you use an accesskey attribute on an option tag?Is there a technique to use an accesskey attribute on an
![]()
duyker
1
vote
0 answers
How to identify which is the primary access key on azure storage accountToday I am using terraform over azure to manage a serverless application infrastructure. I installed an ubuntu WSL over win10 to avoid problems with enviroment variables.
Ubuntu 20.04.02 LTS (over wsl on win10)
Terraform v0.14.7
Azurerm…
![]()
Barragán Louisenbairn
1
vote
2 answers
How to use aws access and secret keys with aws sqs sdk v3 for angular?I'm trying to add sqs in my Angular app so my back end can send notification to my front end.
I found this example, but they don't explain how to login.
The repo with the source is here:…
![]()
Teddy Kossoko
1
vote
0 answers
facebook and twitter access-keys like AWS hasI am writing a desktop app, so webbased oauth circuit is not applicable to my needs.
now if you are an AWS customer you have your secret user/pass to own the account.
but you also can generate access-key secret-key to "share" with some pals,…
![]()
diego
|