forked from cmancone/akeyless-action
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Update and rename dynamic-azure-ad.yml to dynamic-azure-ad-ne…
…w.yml" This reverts commit 79c0411.
- Loading branch information
1 parent
a1f5326
commit 50e3bde
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ on: | |
- 'src/**/*' | ||
- 'package.json' | ||
- 'package-lock.json' | ||
- '.github/workflows/dynamic-azure-ad-new.yml' | ||
- '.github/workflows/dynamic-azure-ad.yml' | ||
|
||
jobs: | ||
############################## | ||
|
@@ -33,7 +33,7 @@ jobs: | |
|
||
- name: Fetch dynamic secret from Akleyless | ||
id: fetch-secrets | ||
uses: akeyless-community/[email protected] | ||
uses: ./ | ||
with: | ||
access-id: ${{ secrets.AKEYLESS_ACCESS_ID }} | ||
dynamic-secrets: '{"/DevTools/dvlup-azure":"azure_ad_dynamic_secret"}' | ||
|
@@ -73,7 +73,7 @@ jobs: | |
|
||
- name: Fetch dynamic secret from Akleyless | ||
id: fetch-secrets | ||
uses: akeyless-community/[email protected] | ||
uses: ./ | ||
with: | ||
access-id: ${{ secrets.AKEYLESS_ACCESS_ID }} | ||
dynamic-secrets: '{"/DevTools/dvlup-azure":""}' #no prefix, all output fields are dynamically parsed from source | ||
|
@@ -115,7 +115,7 @@ jobs: | |
|
||
- name: Fetch dynamic secret from Akleyless | ||
id: fetch-secrets | ||
uses: akeyless-community/[email protected] | ||
uses: ./ | ||
with: | ||
access-id: ${{ secrets.AKEYLESS_ACCESS_ID }} | ||
dynamic-secrets: '{"/DevTools/dvlup-azure":"AZURE_AD"}' #applies "AZURE_AD_" prefix to dynamically parsed output names | ||
|