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
{{ message }}
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
--set-tenant-token can be ignored if the PaaS token is provided or the PaaS token should be used to generate the tenant token if the tenant token is omitted as it's trivial to generate the tenant token from it.
I updated this in my profile because the tenant token can expire, be revoked, or be generated again from the PaaS token and the profile started breaking agent installs with Puppet silently.
Here's is a bash EPP template I currently have implemented for updating the tenant and tenant token along with an Exec resource. It uses Python to parse out the tenantToken from the response for convenience, but you could implement as a pure Bash or pure Python script.
--set-tenant-token can be ignored if the PaaS token is provided or the PaaS token should be used to generate the tenant token if the tenant token is omitted as it's trivial to generate the tenant token from it.
I updated this in my profile because the tenant token can expire, be revoked, or be generated again from the PaaS token and the profile started breaking agent installs with Puppet silently.
Here's is a bash EPP template I currently have implemented for updating the tenant and tenant token along with an Exec resource. It uses Python to parse out the
tenantToken
from the response for convenience, but you could implement as a pure Bash or pure Python script.The text was updated successfully, but these errors were encountered: