pipelines-schema.json is missing configuration for oidc

Issue #582 new
Johan Dewe (PostNord) created an issue

There’s no definition for oidc in https://bitbucket.org/atlassianlabs/atlascode/src/main/resources/schemas/pipelines-schema.json

The following snippet gives a warning that “Property oidc is not allowed”.

- step:
    oidc: true
    script:
      - ...

Comments (10)

  1. Oscar Craviotto Account Deactivated

    The schema also requires ["access-key", "secret-key"], when pulling awsImage from ECR, but now it is possible to use oidc-role (needs to be added to the schema) in which case key and secret are not required.

  2. Tom Buico Account Deactivated

    Issues like this is why I do not recommend my clients to use Atlassian products.

  3. Log in to comment