Questions tagged [azure-secrets]
43 questions
0
votes
1 answer
Activation date is not set when a key is rotated through Rotation Policy in Azure Key Vault
I have created a Key in Azure Key Vault with Activation date and Expiration date.
Also configured Rotation Policy and enabled auto rotation. Please refer to the attached screenshot.
When I clicked on "Rotate now", a new version of the key is…

Bhanu
- 831
- 3
- 13
- 28
0
votes
0 answers
Azure passing secrets without depending on Azure Keyvaults
I am building an Azure ML Pipeline for batch scoring. In one step I need to access a key stored in the workspace's Azure Keyvault.
However, I want to strictly separate the authoring environment (responsible for creating the datasets, building the…

Till
- 101
- 4
0
votes
0 answers
Terraform secret value not updating
I am having trouble with secret value update. If I recreate azurerm_windows_function_app with new name the new ID is not being updated in secret value. The secret will contain old ID of the azurerm_windows_function_app.
resource…

iluv_dev
- 135
- 1
- 11
0
votes
2 answers
Azure Key Vault - can't get, create, or list secrets
Cannot create, get, or even list secrets in my key vault. I own the subscription and I have changed to RABC permissions. I have given myself Key vault user, reader, owner, and officer and have waited for 30 minutes to allow perms to propagate. I am…

Pat Garvey
- 1
- 2
0
votes
1 answer
Loop Variables and Set Secrets for Azure Keyvault in Python
so I am creating a Python script that will import secrets to Azure.
I have 24 keyvault values and secrets but I need a better way to write this and im struggling.
Here's what I have so far:
import os
from azure.keyvault.secrets import…

DevOps TH
- 28
- 3
0
votes
1 answer
any situation where az login using Service principal works even after secret expiry?
I have been recently added to an Azure subscription. They shared me Service principal details.. which included Application(Client) ID, tenant ID, client secret. I was able to log in successfully. But, When I checked the secret details, it's expired…

rawwar
- 4,834
- 9
- 32
- 57
0
votes
1 answer
How do we create and Manage Azure Keyvault Secrets using Azure Service Operators?
I am trying to create and manage Azure Keyvault Secrets using the Azure Service Operators.
I can see the options to create and manage the Keyvault certificate using the kind: KeyVaultKey. However, I am wondering how I can create and manage secrets…
0
votes
1 answer
Key vault secret not extracted properly for azure function using c#
I tried to access the key vault secrets from the azure function by following the steps provided in the link.
I am storing the retrieved values as static variables as below:
#region [-- Properties --]
public static string KeyForAPI {…

Hari
- 15
- 2
0
votes
2 answers
Use Azure Key Vault to get secrets
I want to use Azure Key Vault in a ML notebook to retrieve secrets. The tutorial I followed here suggested to use
from azure.keyvault.secrets import SecretClient
from azure.identity import DefaultAzureCredential
vault_url =…

3nomis
- 1,175
- 1
- 9
- 30
0
votes
1 answer
How to generate a certificate signing request (CSR) file and a KeyPairs in Azure ADB2C?
I have a usecase to create a KeyPair within Azure ADB2C, and with these Keypair need to generate a “CSR Certificate file” and share to back team.
Where I have gone through couple of references to achieve this scenario but no solution yet.
Is there…

CloudSpace03
- 31
- 9
0
votes
2 answers
Call to return Secret from KeyVault via SecretClient using Managed Identity Credentials does not return from Java call
Call to return Secret from KeyVault via SecretClient using Managed Identity Credentials does not return from Java call
I am running Ubuntu on a Linux VM in the Azure cloud. This VM has the System Assigned Identity set to "on".
My key vault has…

plex4r
- 243
- 1
- 2
- 15
0
votes
1 answer
sync option missing from azure under api app -> ssl settings -> .pfx certificates
I have run into an issue where I don't see the sync option when I go to azure app -> tls/ssl settings -> .pfx certificate. I am updating a new version of my certificate in keyvault but in my app its not allowing me to sync. Until 4 days ago I could…

Simranjeet Singh
- 33
- 1
- 8
-1
votes
1 answer
Azure client secret created using PowerShell not working, but working fine with portal
Client Secret created by this command
$appSecret = New-AzureADApplicationPasswordCredential -CustomKeyIdentifier PrimarySecret -ObjectId $app.ObjectId
gives error, when I am using that secret key
Authentication failed: AADSTS7000215: Invalid client…

gnsharans
- 21
- 3