There was an error while loading. Please reload this page.
The following describes how you can change the policy server status & get the update on the frontend.
First, go to pgAdmin to change the policy_server_status of the run.
policy_server_status
Then you'll need to have aws-cli set up on your computer.
aws-cli
Run aws --profile pathmind sns publish --topic-arn 'arn:aws:sns:us-east-1:839270835622:dev-updater-topic' --message-attributes '{"filter":{"DataType":"String", "StringValue":"Fionna"}}' --message '{"id":6260, "type":"policy_server", "info":"3"}'
aws --profile pathmind sns publish --topic-arn 'arn:aws:sns:us-east-1:839270835622:dev-updater-topic' --message-attributes '{"filter":{"DataType":"String", "StringValue":"Fionna"}}' --message '{"id":6260, "type":"policy_server", "info":"3"}'
pathmind.aws.sns.updater_sqs_filter
Watch the video here: https://share.getcloudapp.com/5zuYPQvG
These are the valid values for the policy_server_status
After you have installed aws-cli, configure it:
aws configure --profile pathmind AWS Access Key ID: ***************************** AWS Secret Access Key: *********************************** Default region name: us-east-1 Default output format: json
If you are on Windows, you can use aws-cli with git bash after the configuration.