|
421 | 421 | ], |
422 | 422 | "properties": { |
423 | 423 | "client_id": { |
424 | | - "description": "CyberArk client ID or Conjur workload Client ID", |
| 424 | + "description": "CyberArk client ID or CyberArk workload Client ID", |
425 | 425 | "type": "string" |
426 | 426 | }, |
427 | 427 | "client_secret": { |
428 | 428 | "description": "Secret for authenticating", |
429 | 429 | "type": "string" |
430 | 430 | }, |
431 | 431 | "tenant_id": { |
432 | | - "description": "Cyberark Cloud tenant ID", |
| 432 | + "description": "CyberArk SaaS tenant ID", |
433 | 433 | "type": "string" |
434 | 434 | }, |
435 | 435 | "auth_mode": { |
|
554 | 554 | } |
555 | 555 | } |
556 | 556 | }, |
557 | | - "ConjurCloudConfig": { |
| 557 | + "CyberArkAuth": { |
| 558 | + "type": "object", |
| 559 | + "required": [ |
| 560 | + "tenant_id", |
| 561 | + "client_id", |
| 562 | + "client_secret" |
| 563 | + ], |
| 564 | + "properties": { |
| 565 | + "client_id": { |
| 566 | + "description": "CyberArk client ID or CyberArk workload Client ID", |
| 567 | + "type": "string" |
| 568 | + }, |
| 569 | + "client_secret": { |
| 570 | + "description": "Secret for authenticating", |
| 571 | + "type": "string" |
| 572 | + }, |
| 573 | + "tenant_id": { |
| 574 | + "description": "CyberArk SaaS tenant ID", |
| 575 | + "type": "string" |
| 576 | + } |
| 577 | + } |
| 578 | + }, |
| 579 | + "CyberArkSaaSConfig": { |
558 | 580 | "type": "object", |
559 | 581 | "required": [ |
560 | 582 | "auth", |
|
605 | 627 | "default": "read" |
606 | 628 | }, |
607 | 629 | "subdomain": { |
608 | | - "title": "The Conjur Cloud subdomain", |
| 630 | + "title": "The CyberArk SaaS subdomain", |
| 631 | + "type": "string" |
| 632 | + } |
| 633 | + } |
| 634 | + }, |
| 635 | + "CyberArkSaaSWorkloadAuth": { |
| 636 | + "type": "object", |
| 637 | + "required": [ |
| 638 | + "login", |
| 639 | + "api_key" |
| 640 | + ], |
| 641 | + "properties": { |
| 642 | + "api_key": { |
| 643 | + "description": "Workload API key for authenticating", |
| 644 | + "type": "string" |
| 645 | + }, |
| 646 | + "login": { |
| 647 | + "description": "Workload login (ID) for authenticating", |
609 | 648 | "type": "string" |
610 | 649 | } |
611 | 650 | } |
612 | 651 | }, |
613 | | - "ConjurConfig": { |
| 652 | + "CyberArkSelfHostedConfig": { |
614 | 653 | "type": "object", |
615 | 654 | "oneOf": [ |
616 | 655 | { |
|
641 | 680 | "type": "boolean" |
642 | 681 | }, |
643 | 682 | "account": { |
644 | | - "title": "The Conjur account name", |
| 683 | + "title": "The CyberArk Self-Hosted account name", |
645 | 684 | "type": "string" |
646 | 685 | }, |
647 | 686 | "env": { |
|
678 | 717 | "$ref": "#/definitions/https%3A~1~1gitguardian.com~1inventory-config/$defs/Mode" |
679 | 718 | }, |
680 | 719 | "server_url": { |
681 | | - "title": "The Conjur server URL", |
| 720 | + "title": "The CyberArk Self-Hosted server URL", |
682 | 721 | "type": "string" |
683 | 722 | } |
684 | 723 | }, |
|
713 | 752 | "type": "boolean" |
714 | 753 | }, |
715 | 754 | "account": { |
716 | | - "title": "The Conjur account name", |
| 755 | + "title": "The CyberArk Self-Hosted account name", |
717 | 756 | "type": "string" |
718 | 757 | }, |
719 | 758 | "env": { |
|
750 | 789 | "$ref": "#/definitions/https%3A~1~1gitguardian.com~1inventory-config/$defs/Mode" |
751 | 790 | }, |
752 | 791 | "server_url": { |
753 | | - "title": "The Conjur server URL", |
| 792 | + "title": "The CyberArk Self-Hosted server URL", |
754 | 793 | "type": "string" |
755 | 794 | } |
756 | 795 | }, |
757 | 796 | "title": "API authentication" |
758 | 797 | } |
759 | 798 | ] |
760 | 799 | }, |
761 | | - "ConjurWorkloadAuth": { |
762 | | - "type": "object", |
763 | | - "required": [ |
764 | | - "login", |
765 | | - "api_key" |
766 | | - ], |
767 | | - "properties": { |
768 | | - "api_key": { |
769 | | - "description": "Workload API key for authenticating", |
770 | | - "type": "string" |
771 | | - }, |
772 | | - "login": { |
773 | | - "description": "Workload login (ID) for authenticating", |
774 | | - "type": "string" |
775 | | - } |
776 | | - } |
777 | | - }, |
778 | | - "CyberArkAuth": { |
779 | | - "type": "object", |
780 | | - "required": [ |
781 | | - "tenant_id", |
782 | | - "client_id", |
783 | | - "client_secret" |
784 | | - ], |
785 | | - "properties": { |
786 | | - "client_id": { |
787 | | - "description": "CyberArk client ID or Conjur workload Client ID", |
788 | | - "type": "string" |
789 | | - }, |
790 | | - "client_secret": { |
791 | | - "description": "Secret for authenticating", |
792 | | - "type": "string" |
793 | | - }, |
794 | | - "tenant_id": { |
795 | | - "description": "Cyberark Cloud tenant ID", |
796 | | - "type": "string" |
797 | | - } |
798 | | - } |
799 | | - }, |
800 | 800 | "DelineaSecretServerConfig": { |
801 | 801 | "type": "object", |
802 | 802 | "oneOf": [ |
|
1710 | 1710 | "default": "read" |
1711 | 1711 | }, |
1712 | 1712 | "subdomain": { |
1713 | | - "title": "The Conjur Cloud subdomain", |
| 1713 | + "title": "The CyberArk SaaS subdomain", |
1714 | 1714 | "type": "string" |
1715 | 1715 | }, |
1716 | 1716 | "type": { |
1717 | 1717 | "type": "string", |
1718 | | - "const": "conjurcloud" |
| 1718 | + "const": "cyberarksaas" |
1719 | 1719 | } |
1720 | 1720 | }, |
1721 | | - "title": "Conjur Cloud", |
1722 | | - "description": "Conjur Cloud fetcher" |
| 1721 | + "title": "CyberArk SaaS", |
| 1722 | + "description": "CyberArk SaaS fetcher" |
1723 | 1723 | }, |
1724 | 1724 | { |
1725 | 1725 | "type": "object", |
|
1753 | 1753 | "type": "boolean" |
1754 | 1754 | }, |
1755 | 1755 | "account": { |
1756 | | - "title": "The Conjur account name", |
| 1756 | + "title": "The CyberArk Self-Hosted account name", |
1757 | 1757 | "type": "string" |
1758 | 1758 | }, |
1759 | 1759 | "env": { |
|
1790 | 1790 | "$ref": "#/definitions/https%3A~1~1gitguardian.com~1inventory-config/$defs/Mode" |
1791 | 1791 | }, |
1792 | 1792 | "server_url": { |
1793 | | - "title": "The Conjur server URL", |
| 1793 | + "title": "The CyberArk Self-Hosted server URL", |
1794 | 1794 | "type": "string" |
1795 | 1795 | }, |
1796 | 1796 | "type": { |
1797 | 1797 | "type": "string", |
1798 | | - "const": "conjur" |
| 1798 | + "const": "cyberarkselfhosted" |
1799 | 1799 | } |
1800 | 1800 | }, |
1801 | 1801 | "title": "User authentication" |
|
1830 | 1830 | "type": "boolean" |
1831 | 1831 | }, |
1832 | 1832 | "account": { |
1833 | | - "title": "The Conjur account name", |
| 1833 | + "title": "The CyberArk Self-Hosted account name", |
1834 | 1834 | "type": "string" |
1835 | 1835 | }, |
1836 | 1836 | "env": { |
|
1867 | 1867 | "$ref": "#/definitions/https%3A~1~1gitguardian.com~1inventory-config/$defs/Mode" |
1868 | 1868 | }, |
1869 | 1869 | "server_url": { |
1870 | | - "title": "The Conjur server URL", |
| 1870 | + "title": "The CyberArk Self-Hosted server URL", |
1871 | 1871 | "type": "string" |
1872 | 1872 | }, |
1873 | 1873 | "type": { |
1874 | 1874 | "type": "string", |
1875 | | - "const": "conjur" |
| 1875 | + "const": "cyberarkselfhosted" |
1876 | 1876 | } |
1877 | 1877 | }, |
1878 | 1878 | "title": "API authentication" |
|
0 commit comments