0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-18 03:23:51 +00:00
netdata_netdata/integrations/templates/overview.md
Hugo Valente d9c5f20458
add Okta SSO integration ()
* add Okta SSO integration

* add Okta SSO integration

* add new authentication integration logic to the generation script

* apply Ilya's edits

* Apply suggestions from code review

* Update integrations/cloud-authentication/metadata.yaml

* Update okta_sso.md

---------

Co-authored-by: Fotis Voutsas <fotis@netdata.cloud>
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2024-04-10 12:00:48 +03:00

372 B

[% if entry.integration_type == 'collector' %] [% include 'overview/collector.md' %] [% elif entry.integration_type == 'exporter' %] [% include 'overview/exporter.md' %] [% elif entry.integration_type == 'notification' %] [% include 'overview/notification.md' %] [% elif entry.integration_type == 'authentication' %] [% include 'overview/authentication.md' %] [% endif %]