Loading README.md +5 −5 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ Add the following to your `.gitlab-ci.yml`: ```yaml include: # 1: include the component - component: gitlab.com/to-be-continuous/azure/gitlab-ci-azure@2.2.3 - component: $CI_SERVER_FQDN/to-be-continuous/azure/gitlab-ci-azure@2.2.3 # 2: set/override component inputs inputs: # ⚠ this is only an example Loading Loading @@ -357,9 +357,9 @@ The variant supports the following configuration: ```yaml include: # main template - component: gitlab.com/to-be-continuous/azure/gitlab-ci-azure@2.2.3 - component: $CI_SERVER_FQDN/to-be-continuous/azure/gitlab-ci-azure@2.2.3 # OIDC variant - component: gitlab.com/to-be-continuous/azure/gitlab-ci-azure-oidc@2.2.3 - component: $CI_SERVER_FQDN/to-be-continuous/azure/gitlab-ci-azure-oidc@2.2.3 inputs: # common OIDC client ID & tenant ID for non-prod envs oidc-client-id: "<common client-id>" Loading Loading @@ -404,9 +404,9 @@ With: ```yaml include: # main template - component: gitlab.com/to-be-continuous/azure/gitlab-ci-azure@2.2.3 - component: $CI_SERVER_FQDN/to-be-continuous/azure/gitlab-ci-azure@2.2.3 # Vault variant - component: gitlab.com/to-be-continuous/azure/gitlab-ci-azure-vault@2.2.3 - component: $CI_SERVER_FQDN/to-be-continuous/azure/gitlab-ci-azure-vault@2.2.3 inputs: # audience claim for JWT vault-oidc-aud: "https://vault.acme.host" Loading Loading
README.md +5 −5 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ Add the following to your `.gitlab-ci.yml`: ```yaml include: # 1: include the component - component: gitlab.com/to-be-continuous/azure/gitlab-ci-azure@2.2.3 - component: $CI_SERVER_FQDN/to-be-continuous/azure/gitlab-ci-azure@2.2.3 # 2: set/override component inputs inputs: # ⚠ this is only an example Loading Loading @@ -357,9 +357,9 @@ The variant supports the following configuration: ```yaml include: # main template - component: gitlab.com/to-be-continuous/azure/gitlab-ci-azure@2.2.3 - component: $CI_SERVER_FQDN/to-be-continuous/azure/gitlab-ci-azure@2.2.3 # OIDC variant - component: gitlab.com/to-be-continuous/azure/gitlab-ci-azure-oidc@2.2.3 - component: $CI_SERVER_FQDN/to-be-continuous/azure/gitlab-ci-azure-oidc@2.2.3 inputs: # common OIDC client ID & tenant ID for non-prod envs oidc-client-id: "<common client-id>" Loading Loading @@ -404,9 +404,9 @@ With: ```yaml include: # main template - component: gitlab.com/to-be-continuous/azure/gitlab-ci-azure@2.2.3 - component: $CI_SERVER_FQDN/to-be-continuous/azure/gitlab-ci-azure@2.2.3 # Vault variant - component: gitlab.com/to-be-continuous/azure/gitlab-ci-azure-vault@2.2.3 - component: $CI_SERVER_FQDN/to-be-continuous/azure/gitlab-ci-azure-vault@2.2.3 inputs: # audience claim for JWT vault-oidc-aud: "https://vault.acme.host" Loading