Skip to content

Comments

feat(2477): itt: makefile functionality to add-list-edit-delete azure secrets#1772

Open
pasitconsulting wants to merge 1 commit intomainfrom
2477-makefile-command-to-list-edit-add-delete-secrets
Open

feat(2477): itt: makefile functionality to add-list-edit-delete azure secrets#1772
pasitconsulting wants to merge 1 commit intomainfrom
2477-makefile-command-to-list-edit-add-delete-secrets

Conversation

@pasitconsulting
Copy link

@pasitconsulting pasitconsulting commented Sep 11, 2025

Context

  • makefile functionality to add-list-edit-delete azure

Changes proposed in this pull request

  • add new functionality in makefile to add-list-edit-delete azure in a keyvault

Guidance to review

run following commands to test:-

list specified secrets:-

make secret-list VAULT_NAME=s189d01-ittms-rv-app-kv SECRET_LIST="TSC-DEMO-ESO TEACHING-RECORD-API-KEY"

list all secrets in keyvault:-

make secret-list VAULT_NAME=s189d01-ittms-rv-app-kv

add new secret:-

make secret-add VAULT_NAME=s189d01-ittms-rv-app-kv SECRET_NAME=MY-SECRET SECRET_VALUE=blah

delete the secret just added

make secret-delete VAULT_NAME=s189d01-ittms-rv-app-kv SECRET_NAME=MY-SECRET

Link to Trello card

https://trello.com/c/wgcHOYAV/2477-makefile-command-to-list-edit-add-delete-secrets

Screenshots

@pasitconsulting pasitconsulting changed the title feat(2477): initial commit - ready for first review feat(2477): itt: makefile functionality to add-list-edit-delete azure secrets Sep 15, 2025
@pasitconsulting pasitconsulting force-pushed the 2477-makefile-command-to-list-edit-add-delete-secrets branch from 8faea51 to a083c61 Compare September 15, 2025 11:11
@pasitconsulting pasitconsulting force-pushed the 2477-makefile-command-to-list-edit-add-delete-secrets branch from 83f75e1 to 1520e75 Compare September 15, 2025 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant