Does Nomad support both methods at the same time? The old token based and workload identities. I do have config like this
vault {
enabled = true
address = "VAULT_URL"
tls_skip_verify = true
task_token_ttl = "1h"
create_from_role = "ROLE"
token = "TOKEN"
default_identity {
aud = ["vault.io"]
Tel = "1h"
}
}
Ideally I would like still use old token method, and migrate job by job to workload identities
With above config, the workload identities is used, regarding config provided under nomad job.