Skip to content
Snippets Groups Projects

Add API key authentication for routes

Merged Mohammad Torkashvand requested to merge feature/NAT-416-add-api-key-auth into develop
All threads resolved!
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -75,7 +75,7 @@
"result_expires": 3600
},
"THIRD_PARTY_API_KEYS": {
"Ansible Dynamic Inventory Generator": "REALLY_random_AND_secure_T0keN",
"Application 2": "another_REALY_random_AND_3cure_T0keN"
"AnsibleDynamicInventoryGenerator": "REALLY_random_AND_secure_T0keN",
"Application_2": "another_REALY_random_AND_3cure_T0keN"
}
}
Loading