IBM / trusted-service-identity

Trusted Service Identity is closing the gap of preventing access to secrets by an untrusted operator during the process of obtaining authorization for data access by the applications running in the public cloud.
Apache License 2.0
27 stars 11 forks source link

OIDC error when upgrading to SPIRE 1.2.0 #126

Open mrsabath opened 2 years ago

mrsabath commented 2 years ago

When upgrading to Version SPIRE 1.2.0, running a SPIRE

  - args:
    - -config
    - /run/spire/oidc/config/oidc-discovery-provider.conf
    image: gcr.io/spiffe-io/oidc-discovery-provider:1.2.0
    imagePullPolicy: IfNotPresent
    name: spire-oidc

we get error:

trusted-service-identity$k logs spire-server-0 -c spire-oidc
at least one domain must be configured
    main.ParseConfig:139
    main.LoadConfig:125
    main.run:30
    main.main:23
    runtime.main:255