Questions tagged [access-keys]
120 questions
0
votes
0 answers
What is the behaviour of Access key in WPF?
I have an application, where I am providing access key(ALT + A) as a shortcut. It is working fine.
The problem is: Consider I have one combo box and button. I have set one access key to button, say ALT + B and for combo box ALT + C, while pressing…

Syed
- 931
- 13
- 28
0
votes
1 answer
Using C#, how do I retrieve SAS token for account key to access (read/write/delete, etc..) blob storage?
How do I rewrite this code used for User delegation to account key?
public async Task GetBlobSASToken(string containerName)
{
_logger.LogInformation($"Initial Load Worker called Blob SAS Token creation.");
try
…

Chaka
- 1,709
- 11
- 33
- 58
0
votes
2 answers
How to get AccessKey to work with DataTemplate in NavigationView
I am using WinUI 3 and WindowsAppSDK. When I use a NavigationView and set AccessKey on the NavigationViewItem, it works ... until I also define the MenuItemTemplate. As soon as a DataTemplate is used for the MenuItemTemplate, the access keys stop…

sjb-sjb
- 1,112
- 6
- 14
0
votes
1 answer
When creating a user in AWS IAM I do not see "Select AWS Credential Type*" "Access Key - Programatic Access"
Expecting to see this (doing a video tutorial):
I'm now seeing:
Curious if something changed? If so is the best workaround to add a private key to the user via the user's security tab within IAM?

davos
- 151
- 10
0
votes
0 answers
AWS Vault Enter Secret Access Key not possible
I am able to enter my Access ID but not my Secret Key. Nor can I paste it in when trying to add my profile.
I have tried installing various versions of AWS Vault ( 6.6.0, 6.1.0) via Chocolatety package manager.
Also installed via scoop.
When adding…

Travis Salmon
- 21
- 2
0
votes
0 answers
loopback 4 interceptor with metadata Similar to authorize
I want to restrict API access with an access-key how most of the APIs provide read access to anonymous users. In my use case my frontend isn't guarded with JWT or any token. I won't to prevent any random person post to my API.
I want to give my…

Rajkaran07
- 63
- 1
- 7
0
votes
1 answer
How to copy all files and folders of a different azure directory using databricks (without Azure data factory)
i want to connect to folder in other azure directory from Databricks. I have access keys but it is not working.
What is other way to do it?
spark.conf.set(…

Priyanka Saxena
- 17
- 5
0
votes
0 answers
access denied on aws keys after adding MFA
I have added the below policy to one of the IAM user to allow him to enable MFA to his account.This policy will allow the user to access resources only if they enable MFA for their account. After adding MFA he can able to access resource through…

rovoda
- 13
- 6
0
votes
1 answer
AWS SSM encounter an error 403 upon using session manager CLI plugin
What's wrong with my configuration? I'm getting this error message upon accessing my AWS Instance on my local ubuntu using AWS SSM or Session Manager Plugin for AWS CLI.
I want to access my AWS EC2 Instance on my local ubuntu machine.
Were not…

Ralph
- 105
- 7
0
votes
1 answer
Access key/ keyboard shortcut doesn't work after I added the accesskey attribute. Why is that?
We are only concerned with the following snippet:
0
votes
0 answers
Getting Access denied when trying to read objects from AWS S3 bucket via Java SDK
I am trying to read objects from a specific S3 bucket using Java sdk, but I am getting Access Denied error when trying to perform read objects.
I've generated temporary creds(access key and access id) using AWS cli, and the creds and config file got…

Priyanka Chandru
- 11
- 1
0
votes
0 answers
'The AWS Access Key Id you provided does not exist in our records' message while accesing s3 in jupyter notebook
I was trying to read a file from s3 bucket from jupyter notebook which was created using development endpoint of an ecr image.
When I tried to read a file from s3, I am getting below error.
S3 Error Message. -- ResponseCode: 403, ResponseStatus:…

Reshma Joseph
- 23
- 5
0
votes
1 answer
Authentication performed via Python script using an API access key
I create a client (plain python script) and server (flask app) in Python. I wonder how to perform simple authentication using a access key in Python. Authentication is for scripts - they are not real users (no registration required). The key will be…

MartinAg
- 21
- 3
0
votes
1 answer
Cannot access storage table with the azure application which is having owner access
We earlier used sas token to access the storage account.Now the requirment is to not to use it. Is it possible for an azure app to access the storage account if it has owner access. I tried using it . But getting this error.
message": "The specified…

Joji
- 1
- 1
- 1
0
votes
1 answer
Different between access key and Shared Access Signature
Could you please provide the difference between SAS and Access Key and when to use them?
Thank you for your help.

Jennie
- 45
- 1
- 9