Skip to content
Snippets Groups Projects
Commit 9eb247d2 authored by Mohammad Torkashvand's avatar Mohammad Torkashvand Committed by Neda Moeini
Browse files

resolve review notes

parent aa681393
Branches
Tags
1 merge request!149Add API key authentication for routes
Pipeline #85511 passed
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
"result_expires": 3600 "result_expires": 3600
}, },
"THIRD_PARTY_API_KEYS": { "THIRD_PARTY_API_KEYS": {
"Ansible Dynamic Inventory Generator": "REALLY_random_AND_secure_T0keN", "AnsibleDynamicInventoryGenerator": "REALLY_random_AND_secure_T0keN",
"Application 2": "another_REALY_random_AND_3cure_T0keN" "Application_2": "another_REALY_random_AND_3cure_T0keN"
} }
} }
...@@ -205,8 +205,8 @@ def configuration_data() -> dict: ...@@ -205,8 +205,8 @@ def configuration_data() -> dict:
"result_expires": 3600, "result_expires": 3600,
}, },
"THIRD_PARTY_API_KEYS": { "THIRD_PARTY_API_KEYS": {
"Ansible Dynamic Inventory Generator": "REALY_random_AND_3cure_T0keN", "AnsibleDynamicInventoryGenerator": "REALY_random_AND_3cure_T0keN",
"Application 2": "another_REALY_random_AND_3cure_T0keN", "Application_2": "another_REALY_random_AND_3cure_T0keN",
}, },
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment