Share

Flow Production Tracking Enterprise 7.10.2.0

Warning:

Local installations of Flow Production Tracking are no longer offered. This documentation is intended only for those with existing instances of Flow Production Tracking Enterprise Docker. Click here for a list of our current offerings.

The 7.10.2.0 release deprecates the possibility of querying a script key from a script that has a valid API script key.

If you are using this methodology, we recommend updating your scripts and storing and providing keys differently.

Legacy support for API key querying

If you cannot modify your workflows, you can activate API key querying by running the following command in a ruby console.

Note:

By doing so, you assume the risk that API keys can be queried by other scripts. We highly recommend leaving this feature turned off in favor of modifying your scripts to accommodate the new workflow.

# From a shell

sudo docker exec -it <app_container_id> /docker-entrypoint.sh bash
script/console
Preferences.set_site_pref('enable_hide_application_keys', 'no')
exit
exit

Was this information helpful?