Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

List application/service principal secret

Aperta
#266 0 commenti 1 reazione 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
5/5
Tempo stimato
Più di una settimana
Idoneità per principianti
25/100
Tipo di issue
Funzionalità
Chiarezza
Da chiarire
Stato di attività
Ferma
Stack tecnologico
azure

Direzione di ricerca

Inizia esaminando le definizioni dei tipi di risorsa Microsoft Graph nel repository e il supporto Azure/Bicep rilevante per le applicazioni Entra e le entità servizio. Determina se i valori dei segreti possono essere elencati o creati tramite le operazioni Graph disponibili, quindi definisci il comportamento della risorsa supportato e la convalida necessaria per gli scenari richiesti.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

enhancement

Is your feature request related to a problem? Please describe.
For Azure resources we have the capability get secrets from some services via list functions (https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/bicep-functions-resource#list) or getSecret (https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/bicep-functions-resource#getsecret) for Key Vault secrets. As far as I understand there is no such option for Entra applications and service principals.
There are still a lot of Azure services that require application and secret in order to configure something. One such example is credential provider for Azure APIM https://learn.microsoft.com/en-us/azure/api-management/credentials-how-to-azure-ad but of course there are many other. Of course the APIM option is in that format so it can allow external Entra tenants to the APIM instance but in Bicep would be good if you can pull the secret directly by referencing the application, instead of getting the secret value and storing it in Key Vault and pulling it from there. I do not know if this is possible as there might not be the option to pull secret at all from Application besides the first time it is being created. Is there possibility such option to be added? Other method would be to be able to create secrets from Bicep to Entra applications. In such scenarios we should be able to create the secret by specifying its value. We could pull the value from Key Vault so we can add the secret to the application/service principal.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Additional context
Add any other context or screenshots about the feature request here.

Lingua principale
TypeScript
Stelle
80
Fork
15
Merge medio
3g 8h
PR unite (30g)
7

Preparare l'ambiente

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di microsoftgraph/msgraph-bicep-types

Tutte le issue di microsoftgraph/msgraph-bicep-types

Issue simili

Altre issue su TypeScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.