A user previously successfully authenticated to Vault via AppRole. Now, when they try to authenticate to Vault via AppRole, they report a 400 error.
You perform a read on the role and see the output displayed in the exhibit.
What is preventing the application from using the SecretID?
Exhibit:
vault read auth/approle/role/team-9-cicd
bind_secret_id true
local_secret_ids false
secret_id_bound_cidrs < nil >
secret_id_num_uses 10
secret_id_ttl 0s
token_bound_cidrs []
token_explicit_max_ttl 5h
token_max_ttl 4h
token_no_default_policy false
token_num_uses 10
token_period 0s
token_policies [team9]
token_ttl 1h
token_type default
Submit