kedacore/keda

Hashicorp vault auth allow tokens directly set in TriggerAuthentication

Aberta

#6.026 aberto em 2 de ago. de 2024

 (4 comentários) (0 reação) (0 responsável)Go (1.457 forks)auto 404
authbuggood first issuehelp wantedsecurity

Métricas do repositório

Stars
 (10.372 estrelas)
Métricas de merge de PR
 (Mesclagem média 8d 8h) (94 fundiu PRs em 30d)

Description

Report

Currently, hashicorp vault auth supports 2 login methods, one based on service account and other based on tokens. The problem is that the token isn't provided from a secret but from the TriggerAuthentication directly. This is a security risk as TriggerAuthentication isn't a sensitive API by design: image image

Expected Behavior

The token should be recovered from a secret

Actual Behavior

The token is read from the TriggerAuthentication manifest

Guia do colaborador