You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can set extra configuration via TempoStack's spec.extraConfig.tempo. However, if we define the connection to azure blob storage this way, so that we can set use_federated_token as per the documentation, the operator complains that spec.storage is not valid.
Alternatively, trying to set use_federated_token via the secret is also invalid, as the operator checks for the existence of the account_key key in the secret.
The text was updated successfully, but these errors were encountered:
Related to #630.
We can set extra configuration via
TempoStack
'sspec.extraConfig.tempo
. However, if we define the connection to azure blob storage this way, so that we can setuse_federated_token
as per the documentation, the operator complains thatspec.storage
is not valid.Alternatively, trying to set
use_federated_token
via the secret is also invalid, as the operator checks for the existence of theaccount_key
key in the secret.The text was updated successfully, but these errors were encountered: