We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
current: tokens = {"site_admin_privatekey": "JWTSIGNING_ADMIN_PRIVATEKEY"}
should be (e.g. for UH) tokens = {"site_admin_privatekey": "JWTSIGNING_UHADMIN_PRIVATEKEY"}
Need to figure out how to handle for all cases.
The text was updated successfully, but these errors were encountered:
Might have to add a new variable, i.e. "if site_type = 2, must specify name of admin tenant", like "uhadmin"
Also might have to variablize the deployer version of parse_skexport and uppercase the admin tenant name
Sorry, something went wrong.
@scleveland @kevinpricethesecond @mpackard @joestubbs
in host_vars we can set this, which might help: skadmin_service_tenant_id: uhadmin
mpackard
kevinpricethesecond
No branches or pull requests
current:
tokens = {"site_admin_privatekey": "JWTSIGNING_ADMIN_PRIVATEKEY"}
should be (e.g. for UH)
tokens = {"site_admin_privatekey": "JWTSIGNING_UHADMIN_PRIVATEKEY"}
Need to figure out how to handle for all cases.
The text was updated successfully, but these errors were encountered: