Skip to content

v2.12.0

Latest
Compare
Choose a tag to compare
@cirrus-core cirrus-core released this 13 Mar 10:09
0dbe1e5

Changelog

  • 1f72b12 Add Dockerfile for running e2e tests (#97)
  • 0dbe1e5 Add support multiple config for token providers (#99
    • This is a change to the existing functionality but is backwards compatible and hence has feature parity.
    • Code before this change was supporting just one configuration for an ID provider. So, if an org had multiple azure configurations which needed supporting, that was not possible. The usecase could be to have different azure configuration for say prod and non-prod.
    • The configurations could now be provided as a list against the ID provider. The targets can then be added within that configuration rather than a global configuration for all the targets which was the case before. Readme has been updated to reflect the new configuration along with the deprecation information of the old config format.

NOTE: There is a change to the config file format and the old format is deprecated.