You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
In DUO admin I created an application called DuoSyncLog with type "Auth API" and used the integration key and secret key shown in the config.yml.
However when I started duo sync log I received the following error:
2020-10-30 00:12:37 INFO Starting DuoLogSync
2020-10-30 00:12:37 INFO DuoLogSync: Opening connection to mysyslogserver:514
2020-10-30 00:12:37 INFO duo_client Admin initialized for ikey: DIIR45GSRB91OIDAA58C, host: api-12345.duosecurity.com
2020-10-30 00:12:37 INFO telephony producer: fetching next logs after 120 seconds
2020-10-30 00:12:37 INFO telephony consumer: waiting for logs
2020-10-30 00:14:37 INFO telephony producer: fetching logs
2020-10-30 00:14:38 ERROR DuoLogSync: check that the duoclient ikey and skey in the config file are correct
2020-10-30 00:14:38 WARNING DuoLogSync: Shutting down due to [telephony producer: [Received 401 Invalid integration key in request credentials]]
2020-10-30 00:14:38 INFO telephony producer: shutting down
2020-10-30 00:14:38 INFO telephony consumer: shutting down
What could I be doing wrong? Am I using the wrong application type here in DUO?
appreciate any feedback!
Thanks J
The text was updated successfully, but these errors were encountered:
Hi @szahri! This error usually indicates you might be using incorrect integration key. I see in your description you used Auth API. You should be using Admin API and grant appropriate permissions within it.
* Code changes to retry the failed request on http 429
* Changed the retry logic to try until succeed
* Improved error message
* Change severity from error to warning
* Dropped duplicate logging
* fix: ensure log_offset is properly printing instead of None in log
* chore: bump version to 2.2.3
* Logging improvements for DLS - 1
* Logging improvements for DLS - 2
* Rollback version number
* Fixed the failing test case
* Updated the change log.
* Fixed the code duplication due to mc res
---------
Co-authored-by: Sudharsan-VS <[email protected]>
Hi there,
In DUO admin I created an application called DuoSyncLog with type "Auth API" and used the integration key and secret key shown in the config.yml.
However when I started duo sync log I received the following error:
What could I be doing wrong? Am I using the wrong application type here in DUO?
appreciate any feedback!
Thanks J
The text was updated successfully, but these errors were encountered: