Skip to content

Releases: mednax-it/standard-app-secret-orb

Allow for app registration display name to be specified

18 Jun 14:44
7c29693
Compare
Choose a tag to compare

What's Changed

  • Allows app registration display name to be specified in order to determine which app reg to apply secret to by @rdmagm062699 in #5

New Contributors

Full Changelog: v1.0.3...v1.1.0

Switch to HTTPS for git clone

24 Apr 15:47
Compare
Choose a tag to compare

Modifying to use https for git clone to prevent issues when github host isn't recognized over ssh.

Simple update to the example documentation

23 Apr 13:43
1ea8aa0
Compare
Choose a tag to compare

This really just a simple update to the example documentation that is embedded in the orb.

SUBSCRIPTION defect fix

23 Apr 13:11
4ef8bac
Compare
Choose a tag to compare

This is to fix a potential defect that can occur due to how environment variable passing works with CircleCI so switching to circleci env subst

Initial release

22 Apr 19:10
0404edd
Compare
Choose a tag to compare
Alpha - Initial Desired Release (#2)

* Updating urls and description

* Updating README.md

* Initial cut at likely flow this is UNTESTED

* moving the clone into a script

* Something is odd about how orbs do validation on parameter variables

* So the shell check requires that the param values be passed in all upper case ... sigh

* Switching to plan instead of apply until we assert the usage all works ... lets not polute the environment

* Updating the test functionality

* Trying to get the config for testing command working

* Adding github-machine-user context

* this is not what I needed

* Just a readme edit

* Updating the image base

* Updating to try and get clarity on an error

* Fixing a missed reference

* Revert "Fixing a missed reference"

This reverts commit 78a3a806210251222bb0d680495e52cf5b14f6d3.

* Revert "Updating to try and get clarity on an error"

This reverts commit 9d23fc322a2e5eeb8cf9f12924cf8953bd767217.

* Fixing a stupid error

* Fixing SC2155 (warning)

* Trying to get the az login activities taken care of

* Making the validators happy

* It really is very picky

* I think Ill move the az install and login to inline ... its a single command

* Correction for a constraint of shellcheck

* Shellcheck is being stupid

* Shellcheck really is stupid on this check

* Getting rid of all the subscripts and merging them ... orbs are stupid on this front

* Trying to simplify this script I dont think it needs all this

* just commenting out all this stuff till I figure it out

* installing the tools assuming we are dealing with Alpine image

* Dealing with install issues

* Vastly simplified installation ... though slightly slower

* Removing unnecessary garbage.  I think I have the gist

* Missed a couple of dead references

* Creating a valid test scenario

* Removing unnecessary echos

* Fixing key name

* Switching to a proper apply

* Updating example for usage

* Restructuring to be more explicit with variables that are used

* Fixing - to _ for specific case ... I think this will hit again

* Found more

* This moved context now need to get the configuration correct

* Trying to get context set right

* Fixing context setup

* moving context in test config to the right place

* Gah typo

* Confused and trying find out why variables not set

* Faster feedback loop time

* Updating to make sure needed to be converted

* Goofy set up for CircleCI

* Should be a viable release candidate