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
is wrong, pkiCert does not save the certificates and all three templates make a call to Vault, which means that the certificate and the private key will not match.
ok @remilapeyre, I looked into this and indeed 3 calls are being made and the certificates do not match. At this point I still can't say if this is a mistake in the documentation or if it's a bug in our template engine. I'll put this on our board, thanks again for reporting.
Nomad version
v1.9.3
Issue
The information at
nomad/website/content/docs/job-specification/template.mdx
Lines 672 to 710 in 2eb2b6c
This part of the documentation as been changed in 1eb1dbf#diff-2e97a76f1d2de1fec74a5033b6be6625127e85de0c991ce328535bd384659807L654. Previously the example used the
secret
function which does save its result across invocations so the text was correct.The change to this part of the documentation should be rollbacked for now and caching support could be added to
pkiCert
in a second time.The text was updated successfully, but these errors were encountered: