@techdocs/cli 1.8.24-next.2 → 1.8.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (28) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/embedded-app/.config-schema.json +343 -1321
  3. package/dist/embedded-app/index.html +1 -1
  4. package/dist/embedded-app/index.html.tmpl +1 -1
  5. package/dist/embedded-app/static/2177.8343b97e.chunk.js +4 -0
  6. package/dist/embedded-app/static/2177.8343b97e.chunk.js.map +1 -0
  7. package/dist/embedded-app/static/4487.f04b8beb.chunk.js +3 -0
  8. package/dist/embedded-app/static/4487.f04b8beb.chunk.js.map +1 -0
  9. package/dist/embedded-app/static/{5788.ae686304.chunk.js → 5788.b8d84f8c.chunk.js} +2 -2
  10. package/dist/embedded-app/static/5788.b8d84f8c.chunk.js.map +1 -0
  11. package/dist/embedded-app/static/8803.2d9f247d.chunk.js +11 -0
  12. package/dist/embedded-app/static/{8803.428ea2da.chunk.js.map → 8803.2d9f247d.chunk.js.map} +1 -1
  13. package/dist/embedded-app/static/main.008b195d.js +553 -0
  14. package/dist/embedded-app/static/main.008b195d.js.map +1 -0
  15. package/dist/embedded-app/static/{runtime.379a4fa3.js → runtime.008b195d.js} +2 -2
  16. package/dist/embedded-app/static/{runtime.379a4fa3.js.map → runtime.008b195d.js.map} +1 -1
  17. package/dist/embedded-app/static/{vendor.379a4fa3.js → vendor.008b195d.js} +1 -1
  18. package/dist/embedded-app/static/{vendor.379a4fa3.js.map → vendor.008b195d.js.map} +1 -1
  19. package/dist/package.json.cjs.js +1 -1
  20. package/package.json +7 -7
  21. package/dist/embedded-app/static/2177.ccfa8e42.chunk.js +0 -4
  22. package/dist/embedded-app/static/2177.ccfa8e42.chunk.js.map +0 -1
  23. package/dist/embedded-app/static/4487.bd329be6.chunk.js +0 -3
  24. package/dist/embedded-app/static/4487.bd329be6.chunk.js.map +0 -1
  25. package/dist/embedded-app/static/5788.ae686304.chunk.js.map +0 -1
  26. package/dist/embedded-app/static/8803.428ea2da.chunk.js +0 -11
  27. package/dist/embedded-app/static/main.379a4fa3.js +0 -553
  28. package/dist/embedded-app/static/main.379a4fa3.js.map +0 -1
@@ -399,61 +399,6 @@
399
399
  "$schema": "http://json-schema.org/draft-07/schema#"
400
400
  }
401
401
  },
402
- {
403
- "path": "../../plugins/techdocs/config.d.ts",
404
- "value": {
405
- "type": "object",
406
- "properties": {
407
- "techdocs": {
408
- "description": "Configuration options for the techdocs plugin",
409
- "type": "object",
410
- "properties": {
411
- "builder": {
412
- "description": "Documentation building process depends on the builder attr",
413
- "visibility": "frontend",
414
- "enum": [
415
- "external",
416
- "local"
417
- ],
418
- "type": "string"
419
- },
420
- "legacyUseCaseSensitiveTripletPaths": {
421
- "description": "Allows fallback to case-sensitive triplets in case of migration issues.",
422
- "visibility": "frontend",
423
- "type": "boolean"
424
- },
425
- "sanitizer": {
426
- "type": "object",
427
- "properties": {
428
- "allowedIframeHosts": {
429
- "description": "Allows iframe tag only for listed hosts\nExample:\n allowedIframeHosts: [\"example.com\"]\n this will allow all iframes with the host `example.com` in the src attribute",
430
- "visibility": "frontend",
431
- "type": "array",
432
- "items": {
433
- "type": "string"
434
- }
435
- },
436
- "allowedCustomElementTagNameRegExp": {
437
- "description": "Allows listed custom element tag name regex\nExample:\n allowedCustomElementTagNameRegExp: '^backstage-'\n this will allow all custom elements with tag name matching `^backstage-` like <backstage-custom-element /> etc.",
438
- "visibility": "frontend",
439
- "type": "string"
440
- },
441
- "allowedCustomElementAttributeNameRegExp": {
442
- "description": "Allows listed custom element attribute name regex\nExample:\n allowedCustomElementAttributeNameRegExp: 'attribute1|attribute2'\n this will allow all custom element attributes matching `attribute1` or `attribute2` like <backstage-custom-element attribute1=\"yes\" attribute2/>",
443
- "visibility": "frontend",
444
- "type": "string"
445
- }
446
- }
447
- }
448
- }
449
- }
450
- },
451
- "required": [
452
- "techdocs"
453
- ],
454
- "$schema": "http://json-schema.org/draft-07/schema#"
455
- }
456
- },
457
402
  {
458
403
  "path": "../integration/config.d.ts",
459
404
  "value": {
@@ -1011,6 +956,61 @@
1011
956
  "$schema": "http://json-schema.org/draft-07/schema#"
1012
957
  }
1013
958
  },
959
+ {
960
+ "path": "../../plugins/techdocs/config.d.ts",
961
+ "value": {
962
+ "type": "object",
963
+ "properties": {
964
+ "techdocs": {
965
+ "description": "Configuration options for the techdocs plugin",
966
+ "type": "object",
967
+ "properties": {
968
+ "builder": {
969
+ "description": "Documentation building process depends on the builder attr",
970
+ "visibility": "frontend",
971
+ "enum": [
972
+ "external",
973
+ "local"
974
+ ],
975
+ "type": "string"
976
+ },
977
+ "legacyUseCaseSensitiveTripletPaths": {
978
+ "description": "Allows fallback to case-sensitive triplets in case of migration issues.",
979
+ "visibility": "frontend",
980
+ "type": "boolean"
981
+ },
982
+ "sanitizer": {
983
+ "type": "object",
984
+ "properties": {
985
+ "allowedIframeHosts": {
986
+ "description": "Allows iframe tag only for listed hosts\nExample:\n allowedIframeHosts: [\"example.com\"]\n this will allow all iframes with the host `example.com` in the src attribute",
987
+ "visibility": "frontend",
988
+ "type": "array",
989
+ "items": {
990
+ "type": "string"
991
+ }
992
+ },
993
+ "allowedCustomElementTagNameRegExp": {
994
+ "description": "Allows listed custom element tag name regex\nExample:\n allowedCustomElementTagNameRegExp: '^backstage-'\n this will allow all custom elements with tag name matching `^backstage-` like <backstage-custom-element /> etc.",
995
+ "visibility": "frontend",
996
+ "type": "string"
997
+ },
998
+ "allowedCustomElementAttributeNameRegExp": {
999
+ "description": "Allows listed custom element attribute name regex\nExample:\n allowedCustomElementAttributeNameRegExp: 'attribute1|attribute2'\n this will allow all custom element attributes matching `attribute1` or `attribute2` like <backstage-custom-element attribute1=\"yes\" attribute2/>",
1000
+ "visibility": "frontend",
1001
+ "type": "string"
1002
+ }
1003
+ }
1004
+ }
1005
+ }
1006
+ }
1007
+ },
1008
+ "required": [
1009
+ "techdocs"
1010
+ ],
1011
+ "$schema": "http://json-schema.org/draft-07/schema#"
1012
+ }
1013
+ },
1014
1014
  {
1015
1015
  "path": "../../plugins/catalog/config.d.ts",
1016
1016
  "value": {
@@ -1472,757 +1472,83 @@
1472
1472
  }
1473
1473
  },
1474
1474
  {
1475
- "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-app-api/config.d.ts",
1475
+ "path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-components/config.d.ts",
1476
1476
  "value": {
1477
1477
  "type": "object",
1478
1478
  "properties": {
1479
- "app": {
1480
- "description": "Generic frontend configuration.",
1479
+ "auth": {
1481
1480
  "type": "object",
1482
1481
  "properties": {
1483
- "baseUrl": {
1484
- "description": "The public absolute root URL that the frontend.",
1485
- "visibility": "frontend",
1486
- "type": "string"
1487
- },
1488
- "title": {
1489
- "description": "The title of the app, as shown in the Backstage web interface.",
1490
- "visibility": "frontend",
1491
- "type": "string"
1492
- },
1493
- "support": {
1494
- "description": "Information about support of this Backstage instance and how to contact the integrator team.",
1482
+ "autologout": {
1483
+ "description": "Autologout feature configuration",
1495
1484
  "type": "object",
1496
1485
  "properties": {
1497
- "url": {
1498
- "description": "The primary support url.",
1486
+ "enabled": {
1487
+ "description": "Enable or disable the autologout feature",
1499
1488
  "visibility": "frontend",
1500
- "type": "string"
1489
+ "type": "boolean"
1501
1490
  },
1502
- "items": {
1503
- "description": "A list of categorized support item groupings.",
1504
- "type": "array",
1505
- "items": {
1506
- "type": "object",
1507
- "properties": {
1508
- "title": {
1509
- "description": "The title of the support item grouping.",
1510
- "visibility": "frontend",
1511
- "type": "string"
1512
- },
1513
- "icon": {
1514
- "description": "An optional icon for the support item grouping.",
1515
- "visibility": "frontend",
1491
+ "idleTimeoutMinutes": {
1492
+ "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
1493
+ "visibility": "frontend",
1494
+ "type": "number"
1495
+ },
1496
+ "promptBeforeIdleSeconds": {
1497
+ "description": "Number of seconds before the idle timeout where the user will be asked if it's still active.\nA dialog will be shown.\nDefault is 10 seconds.\nSet to 0 seconds to disable the prompt.",
1498
+ "visibility": "frontend",
1499
+ "type": "number"
1500
+ },
1501
+ "useWorkerTimers": {
1502
+ "description": "Enable/disable the usage of worker thread timers instead of main thread timers.\nDefault is true.\nIf you experience some browser incompatibility, you may try to set this to false.",
1503
+ "visibility": "frontend",
1504
+ "type": "boolean"
1505
+ },
1506
+ "logoutIfDisconnected": {
1507
+ "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
1508
+ "visibility": "frontend",
1509
+ "type": "boolean"
1510
+ }
1511
+ }
1512
+ }
1513
+ }
1514
+ }
1515
+ },
1516
+ "$schema": "http://json-schema.org/draft-07/schema#"
1517
+ }
1518
+ },
1519
+ {
1520
+ "path": "../backend-app-api/config.d.ts",
1521
+ "value": {
1522
+ "type": "object",
1523
+ "properties": {
1524
+ "backend": {
1525
+ "type": "object",
1526
+ "properties": {
1527
+ "packages": {
1528
+ "description": "Used by the feature discovery service",
1529
+ "anyOf": [
1530
+ {
1531
+ "type": "object",
1532
+ "properties": {
1533
+ "include": {
1534
+ "type": "array",
1535
+ "items": {
1516
1536
  "type": "string"
1517
- },
1518
- "links": {
1519
- "description": "A list of support links for the Backstage instance inside this grouping.",
1520
- "type": "array",
1521
- "items": {
1522
- "type": "object",
1523
- "properties": {
1524
- "url": {
1525
- "visibility": "frontend",
1526
- "type": "string"
1527
- },
1528
- "title": {
1529
- "visibility": "frontend",
1530
- "type": "string"
1531
- }
1532
- },
1533
- "required": [
1534
- "url"
1535
- ]
1536
- }
1537
1537
  }
1538
1538
  },
1539
- "required": [
1540
- "links",
1541
- "title"
1542
- ]
1543
- }
1544
- }
1545
- },
1546
- "required": [
1547
- "items",
1548
- "url"
1549
- ]
1550
- },
1551
- "routes": {
1552
- "type": "object",
1553
- "properties": {
1554
- "bindings": {
1555
- "description": "Maps external route references to regular route references. Both the\nkey and the value is expected to be on the form `<pluginId>.<routeId>`.\nIf the value is `false`, the route will be disabled even if it has a\ndefault mapping.",
1556
- "deepVisibility": "frontend",
1557
- "type": "object",
1558
- "additionalProperties": {
1559
- "anyOf": [
1560
- {
1561
- "const": false,
1562
- "type": "boolean"
1563
- },
1564
- {
1539
+ "exclude": {
1540
+ "type": "array",
1541
+ "items": {
1565
1542
  "type": "string"
1566
1543
  }
1567
- ]
1544
+ }
1568
1545
  }
1546
+ },
1547
+ {
1548
+ "const": "all",
1549
+ "type": "string"
1569
1550
  }
1570
- }
1571
- }
1572
- },
1573
- "required": [
1574
- "baseUrl"
1575
- ]
1576
- },
1577
- "backend": {
1578
- "description": "Generic backend configuration.",
1579
- "type": "object",
1580
- "properties": {
1581
- "baseUrl": {
1582
- "description": "The public absolute root URL that the backend is reachable at, from the browser's perspective.",
1583
- "visibility": "frontend",
1584
- "type": "string"
1585
- }
1586
- },
1587
- "required": [
1588
- "baseUrl"
1589
- ]
1590
- },
1591
- "organization": {
1592
- "description": "Configuration that provides information about the organization that the app is for.",
1593
- "type": "object",
1594
- "properties": {
1595
- "name": {
1596
- "description": "The name of the organization that the app belongs to.",
1597
- "visibility": "frontend",
1598
- "type": "string"
1599
- }
1600
- }
1601
- },
1602
- "homepage": {
1603
- "description": "This config was used by the HomepageTimer but has been replaced by the HeaderWorldClock in the home plugin",
1604
- "deprecated": "in favor of the HeaderWorldClock which is found in the home plugin",
1605
- "type": "object",
1606
- "properties": {
1607
- "clocks": {
1608
- "type": "array",
1609
- "items": {
1610
- "type": "object",
1611
- "properties": {
1612
- "label": {
1613
- "visibility": "frontend",
1614
- "type": "string"
1615
- },
1616
- "timezone": {
1617
- "visibility": "frontend",
1618
- "type": "string"
1619
- }
1620
- },
1621
- "required": [
1622
- "label",
1623
- "timezone"
1624
- ]
1625
- }
1626
- }
1627
- }
1628
- },
1629
- "auth": {
1630
- "description": "Configuration that provides information on available configured authentication providers.",
1631
- "type": "object",
1632
- "properties": {
1633
- "environment": {
1634
- "description": "The 'environment' attribute added as an optional parameter to have configurable environment value for `auth.providers`.\ndefault value: 'development'\noptional values: 'development' | 'production'",
1635
- "visibility": "frontend",
1636
- "type": "string"
1637
- }
1638
- }
1639
- },
1640
- "enableExperimentalRedirectFlow": {
1641
- "description": "Enable redirect authentication flow type, instead of a popup for authentication.",
1642
- "visibility": "frontend",
1643
- "type": "boolean"
1644
- },
1645
- "discovery": {
1646
- "description": "Discovery options.",
1647
- "visibility": "frontend",
1648
- "type": "object",
1649
- "properties": {
1650
- "endpoints": {
1651
- "description": "Endpoints\n\nA list of target baseUrls and the associated plugins.",
1652
- "visibility": "frontend",
1653
- "type": "array",
1654
- "items": {
1655
- "type": "object",
1656
- "properties": {
1657
- "target": {
1658
- "description": "The target baseUrl to use for the plugin\n\nCan be either a string or an object with internal and external keys. (Internal is used for the backend, external for the frontend)\nTargets with `{{pluginId}}` or `{{ pluginId }} in the url will be replaced with the pluginId.",
1659
- "visibility": "frontend",
1660
- "anyOf": [
1661
- {
1662
- "type": "object",
1663
- "properties": {
1664
- "external": {
1665
- "visibility": "frontend",
1666
- "type": "string"
1667
- }
1668
- },
1669
- "required": [
1670
- "external"
1671
- ]
1672
- },
1673
- {
1674
- "type": "string"
1675
- }
1676
- ]
1677
- },
1678
- "plugins": {
1679
- "description": "Array of plugins which use the target baseUrl.",
1680
- "visibility": "frontend",
1681
- "type": "array",
1682
- "items": {
1683
- "type": "string"
1684
- }
1685
- }
1686
- },
1687
- "required": [
1688
- "plugins",
1689
- "target"
1690
- ]
1691
- }
1692
- }
1693
- }
1694
- }
1695
- },
1696
- "required": [
1697
- "app",
1698
- "backend"
1699
- ],
1700
- "$schema": "http://json-schema.org/draft-07/schema#"
1701
- }
1702
- },
1703
- {
1704
- "path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-components/config.d.ts",
1705
- "value": {
1706
- "type": "object",
1707
- "properties": {
1708
- "auth": {
1709
- "type": "object",
1710
- "properties": {
1711
- "autologout": {
1712
- "description": "Autologout feature configuration",
1713
- "type": "object",
1714
- "properties": {
1715
- "enabled": {
1716
- "description": "Enable or disable the autologout feature",
1717
- "visibility": "frontend",
1718
- "type": "boolean"
1719
- },
1720
- "idleTimeoutMinutes": {
1721
- "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
1722
- "visibility": "frontend",
1723
- "type": "number"
1724
- },
1725
- "promptBeforeIdleSeconds": {
1726
- "description": "Number of seconds before the idle timeout where the user will be asked if it's still active.\nA dialog will be shown.\nDefault is 10 seconds.\nSet to 0 seconds to disable the prompt.",
1727
- "visibility": "frontend",
1728
- "type": "number"
1729
- },
1730
- "useWorkerTimers": {
1731
- "description": "Enable/disable the usage of worker thread timers instead of main thread timers.\nDefault is true.\nIf you experience some browser incompatibility, you may try to set this to false.",
1732
- "visibility": "frontend",
1733
- "type": "boolean"
1734
- },
1735
- "logoutIfDisconnected": {
1736
- "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
1737
- "visibility": "frontend",
1738
- "type": "boolean"
1739
- }
1740
- }
1741
- }
1742
- }
1743
- }
1744
- },
1745
- "$schema": "http://json-schema.org/draft-07/schema#"
1746
- }
1747
- },
1748
- {
1749
- "path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/integration/config.d.ts",
1750
- "value": {
1751
- "type": "object",
1752
- "properties": {
1753
- "integrations": {
1754
- "description": "Configuration for integrations towards various external repository provider systems",
1755
- "visibility": "frontend",
1756
- "type": "object",
1757
- "properties": {
1758
- "azure": {
1759
- "description": "Integration configuration for Azure",
1760
- "type": "array",
1761
- "items": {
1762
- "type": "object",
1763
- "properties": {
1764
- "host": {
1765
- "description": "The hostname of the given Azure instance",
1766
- "visibility": "frontend",
1767
- "type": "string"
1768
- },
1769
- "token": {
1770
- "description": "Token used to authenticate requests.",
1771
- "visibility": "secret",
1772
- "deprecated": "Use `credentials` instead.",
1773
- "type": "string"
1774
- },
1775
- "credential": {
1776
- "description": "The credential to use for requests.\n\nIf no credential is specified anonymous access is used.",
1777
- "deepVisibility": "secret",
1778
- "deprecated": "Use `credentials` instead.",
1779
- "type": "object",
1780
- "properties": {
1781
- "clientId": {
1782
- "type": "string"
1783
- },
1784
- "clientSecret": {
1785
- "type": "string"
1786
- },
1787
- "tenantId": {
1788
- "type": "string"
1789
- },
1790
- "personalAccessToken": {
1791
- "type": "string"
1792
- }
1793
- }
1794
- },
1795
- "credentials": {
1796
- "description": "The credentials to use for requests. If multiple credentials are specified the first one that matches the organization is used.\nIf not organization matches the first credential without an organization is used.\n\nIf no credentials are specified at all, either a default credential (for Azure DevOps) or anonymous access (for Azure DevOps Server) is used.",
1797
- "deepVisibility": "secret",
1798
- "type": "array",
1799
- "items": {
1800
- "type": "object",
1801
- "properties": {
1802
- "clientId": {
1803
- "type": "string"
1804
- },
1805
- "clientSecret": {
1806
- "type": "string"
1807
- },
1808
- "tenantId": {
1809
- "type": "string"
1810
- },
1811
- "personalAccessToken": {
1812
- "type": "string"
1813
- }
1814
- }
1815
- }
1816
- }
1817
- },
1818
- "required": [
1819
- "host"
1820
- ]
1821
- }
1822
- },
1823
- "bitbucket": {
1824
- "description": "Integration configuration for Bitbucket",
1825
- "deprecated": "replaced by bitbucketCloud and bitbucketServer",
1826
- "type": "array",
1827
- "items": {
1828
- "type": "object",
1829
- "properties": {
1830
- "host": {
1831
- "description": "The hostname of the given Bitbucket instance",
1832
- "visibility": "frontend",
1833
- "type": "string"
1834
- },
1835
- "token": {
1836
- "description": "Token used to authenticate requests.",
1837
- "visibility": "secret",
1838
- "type": "string"
1839
- },
1840
- "apiBaseUrl": {
1841
- "description": "The base url for the Bitbucket API, for example https://api.bitbucket.org/2.0",
1842
- "visibility": "frontend",
1843
- "type": "string"
1844
- },
1845
- "username": {
1846
- "description": "The username to use for authenticated requests.",
1847
- "visibility": "secret",
1848
- "type": "string"
1849
- },
1850
- "appPassword": {
1851
- "description": "Bitbucket app password used to authenticate requests.",
1852
- "visibility": "secret",
1853
- "type": "string"
1854
- }
1855
- },
1856
- "required": [
1857
- "host"
1858
- ]
1859
- }
1860
- },
1861
- "bitbucketCloud": {
1862
- "description": "Integration configuration for Bitbucket Cloud",
1863
- "type": "array",
1864
- "items": {
1865
- "type": "object",
1866
- "properties": {
1867
- "username": {
1868
- "description": "The username to use for authenticated requests.",
1869
- "visibility": "secret",
1870
- "type": "string"
1871
- },
1872
- "appPassword": {
1873
- "description": "Bitbucket Cloud app password used to authenticate requests.",
1874
- "visibility": "secret",
1875
- "type": "string"
1876
- }
1877
- },
1878
- "required": [
1879
- "appPassword",
1880
- "username"
1881
- ]
1882
- }
1883
- },
1884
- "bitbucketServer": {
1885
- "description": "Integration configuration for Bitbucket Server",
1886
- "type": "array",
1887
- "items": {
1888
- "type": "object",
1889
- "properties": {
1890
- "host": {
1891
- "description": "The hostname of the given Bitbucket Server instance",
1892
- "visibility": "frontend",
1893
- "type": "string"
1894
- },
1895
- "token": {
1896
- "description": "Token used to authenticate requests.",
1897
- "visibility": "secret",
1898
- "type": "string"
1899
- },
1900
- "username": {
1901
- "description": "Username used to authenticate requests with Basic Auth.",
1902
- "visibility": "secret",
1903
- "type": "string"
1904
- },
1905
- "password": {
1906
- "description": "Password (or token as password) used to authenticate requests with Basic Auth.",
1907
- "visibility": "secret",
1908
- "type": "string"
1909
- },
1910
- "apiBaseUrl": {
1911
- "description": "The base url for the Bitbucket Server API, for example https://<host>/rest/api/1.0",
1912
- "visibility": "frontend",
1913
- "type": "string"
1914
- }
1915
- },
1916
- "required": [
1917
- "host"
1918
- ]
1919
- }
1920
- },
1921
- "gerrit": {
1922
- "description": "Integration configuration for Gerrit",
1923
- "type": "array",
1924
- "items": {
1925
- "type": "object",
1926
- "properties": {
1927
- "host": {
1928
- "description": "The hostname of the given Gerrit instance",
1929
- "visibility": "frontend",
1930
- "type": "string"
1931
- },
1932
- "baseUrl": {
1933
- "description": "The base url for the Gerrit instance.",
1934
- "visibility": "frontend",
1935
- "type": "string"
1936
- },
1937
- "gitilesBaseUrl": {
1938
- "description": "The gitiles base url.",
1939
- "visibility": "frontend",
1940
- "type": "string"
1941
- },
1942
- "cloneUrl": {
1943
- "description": "The base url for cloning repos.",
1944
- "visibility": "frontend",
1945
- "type": "string"
1946
- },
1947
- "username": {
1948
- "description": "The username to use for authenticated requests.",
1949
- "visibility": "secret",
1950
- "type": "string"
1951
- },
1952
- "password": {
1953
- "description": "Gerrit password used to authenticate requests. This can be either a password\nor a generated access token.",
1954
- "visibility": "secret",
1955
- "type": "string"
1956
- }
1957
- },
1958
- "required": [
1959
- "gitilesBaseUrl",
1960
- "host"
1961
- ]
1962
- }
1963
- },
1964
- "github": {
1965
- "description": "Integration configuration for GitHub",
1966
- "type": "array",
1967
- "items": {
1968
- "type": "object",
1969
- "properties": {
1970
- "host": {
1971
- "description": "The hostname of the given GitHub instance",
1972
- "visibility": "frontend",
1973
- "type": "string"
1974
- },
1975
- "token": {
1976
- "description": "Token used to authenticate requests.",
1977
- "visibility": "secret",
1978
- "type": "string"
1979
- },
1980
- "apiBaseUrl": {
1981
- "description": "The base url for the GitHub API, for example https://api.github.com",
1982
- "visibility": "frontend",
1983
- "type": "string"
1984
- },
1985
- "rawBaseUrl": {
1986
- "description": "The base url for GitHub raw resources, for example https://raw.githubusercontent.com",
1987
- "visibility": "frontend",
1988
- "type": "string"
1989
- },
1990
- "apps": {
1991
- "description": "GitHub Apps configuration",
1992
- "type": "array",
1993
- "items": {
1994
- "type": "object",
1995
- "properties": {
1996
- "appId": {
1997
- "description": "The numeric GitHub App ID, string for environment variables",
1998
- "type": [
1999
- "string",
2000
- "number"
2001
- ]
2002
- },
2003
- "privateKey": {
2004
- "description": "The private key to use for auth against the app",
2005
- "visibility": "secret",
2006
- "type": "string"
2007
- },
2008
- "webhookSecret": {
2009
- "description": "The secret used for webhooks",
2010
- "visibility": "secret",
2011
- "type": "string"
2012
- },
2013
- "clientId": {
2014
- "description": "The client ID to use",
2015
- "type": "string"
2016
- },
2017
- "clientSecret": {
2018
- "description": "The client secret to use",
2019
- "visibility": "secret",
2020
- "type": "string"
2021
- },
2022
- "allowedInstallationOwners": {
2023
- "description": "List of installation owners allowed to be used by this GitHub app. The GitHub UI does not provide a way to list the installations.\nHowever you can list the installations with the GitHub API. You can find the list of installations here:\nhttps://api.github.com/app/installations\nThe relevant documentation for this is here.\nhttps://docs.github.com/en/rest/reference/apps#list-installations-for-the-authenticated-app--code-samples",
2024
- "type": "array",
2025
- "items": {
2026
- "type": "string"
2027
- }
2028
- }
2029
- },
2030
- "required": [
2031
- "appId",
2032
- "clientId",
2033
- "clientSecret",
2034
- "privateKey",
2035
- "webhookSecret"
2036
- ]
2037
- }
2038
- }
2039
- },
2040
- "required": [
2041
- "host"
2042
- ]
2043
- }
2044
- },
2045
- "gitlab": {
2046
- "description": "Integration configuration for GitLab",
2047
- "type": "array",
2048
- "items": {
2049
- "type": "object",
2050
- "properties": {
2051
- "host": {
2052
- "description": "The host of the target that this matches on, e.g. \"gitlab.com\".",
2053
- "visibility": "frontend",
2054
- "type": "string"
2055
- },
2056
- "apiBaseUrl": {
2057
- "description": "The base URL of the API of this provider, e.g.\n\"https://gitlab.com/api/v4\", with no trailing slash.\n\nMay be omitted specifically for public GitLab; then it will be deduced.",
2058
- "visibility": "frontend",
2059
- "type": "string"
2060
- },
2061
- "token": {
2062
- "description": "The authorization token to use for requests to this provider.\n\nIf no token is specified, anonymous access is used.",
2063
- "visibility": "secret",
2064
- "type": "string"
2065
- },
2066
- "baseUrl": {
2067
- "description": "The baseUrl of this provider, e.g. \"https://gitlab.com\", which is\npassed into the GitLab client.\n\nIf no baseUrl is provided, it will default to https://${host}.",
2068
- "visibility": "frontend",
2069
- "type": "string"
2070
- }
2071
- },
2072
- "required": [
2073
- "host"
2074
- ]
2075
- }
2076
- },
2077
- "googleGcs": {
2078
- "description": "Integration configuration for Google Cloud Storage",
2079
- "type": "object",
2080
- "properties": {
2081
- "clientEmail": {
2082
- "description": "Service account email used to authenticate requests.",
2083
- "type": "string"
2084
- },
2085
- "privateKey": {
2086
- "description": "Service account private key used to authenticate requests.",
2087
- "visibility": "secret",
2088
- "type": "string"
2089
- }
2090
- }
2091
- },
2092
- "awsS3": {
2093
- "description": "Integration configuration for AWS S3 Service",
2094
- "type": "array",
2095
- "items": {
2096
- "type": "object",
2097
- "properties": {
2098
- "endpoint": {
2099
- "description": "AWS Endpoint.\nThe endpoint URI to send requests to. The default endpoint is built from the configured region.",
2100
- "visibility": "frontend",
2101
- "type": "string"
2102
- },
2103
- "s3ForcePathStyle": {
2104
- "description": "Whether to use path style URLs when communicating with S3.\nDefaults to false.\nThis allows providers like LocalStack, Minio and Wasabi (and possibly others) to be used.",
2105
- "visibility": "frontend",
2106
- "type": "boolean"
2107
- },
2108
- "accessKeyId": {
2109
- "description": "Account access key used to authenticate requests.",
2110
- "type": "string"
2111
- },
2112
- "secretAccessKey": {
2113
- "description": "Account secret key used to authenticate requests.",
2114
- "visibility": "secret",
2115
- "type": "string"
2116
- },
2117
- "roleArn": {
2118
- "description": "ARN of the role to be assumed",
2119
- "type": "string"
2120
- },
2121
- "externalId": {
2122
- "description": "External ID to use when assuming role",
2123
- "type": "string"
2124
- }
2125
- }
2126
- }
2127
- },
2128
- "gitea": {
2129
- "description": "Integration configuration for Gitea",
2130
- "type": "array",
2131
- "items": {
2132
- "type": "object",
2133
- "properties": {
2134
- "host": {
2135
- "description": "The hostname of the given Gitea instance",
2136
- "visibility": "frontend",
2137
- "type": "string"
2138
- },
2139
- "baseUrl": {
2140
- "description": "The base url for the Gitea instance.",
2141
- "visibility": "frontend",
2142
- "type": "string"
2143
- },
2144
- "username": {
2145
- "description": "The username to use for authenticated requests.",
2146
- "visibility": "secret",
2147
- "type": "string"
2148
- },
2149
- "password": {
2150
- "description": "Gitea password used to authenticate requests. This can be either a password\nor a generated access token.",
2151
- "visibility": "secret",
2152
- "type": "string"
2153
- }
2154
- },
2155
- "required": [
2156
- "host"
2157
- ]
2158
- }
2159
- },
2160
- "harness": {
2161
- "description": "Integration configuration for Harness Code",
2162
- "type": "array",
2163
- "items": {
2164
- "type": "object",
2165
- "properties": {
2166
- "host": {
2167
- "description": "The hostname of the given Harness Code instance",
2168
- "visibility": "frontend",
2169
- "type": "string"
2170
- },
2171
- "apiKey": {
2172
- "description": "The apikey to use for authenticated requests.",
2173
- "visibility": "secret",
2174
- "type": "string"
2175
- },
2176
- "token": {
2177
- "description": "Harness Code token used to authenticate requests. This can be either a generated access token.",
2178
- "visibility": "secret",
2179
- "type": "string"
2180
- }
2181
- },
2182
- "required": [
2183
- "host"
2184
- ]
2185
- }
2186
- }
2187
- }
2188
- }
2189
- },
2190
- "$schema": "http://json-schema.org/draft-07/schema#"
2191
- }
2192
- },
2193
- {
2194
- "path": "../backend-app-api/config.d.ts",
2195
- "value": {
2196
- "type": "object",
2197
- "properties": {
2198
- "backend": {
2199
- "type": "object",
2200
- "properties": {
2201
- "packages": {
2202
- "description": "Used by the feature discovery service",
2203
- "anyOf": [
2204
- {
2205
- "type": "object",
2206
- "properties": {
2207
- "include": {
2208
- "type": "array",
2209
- "items": {
2210
- "type": "string"
2211
- }
2212
- },
2213
- "exclude": {
2214
- "type": "array",
2215
- "items": {
2216
- "type": "string"
2217
- }
2218
- }
2219
- }
2220
- },
2221
- {
2222
- "const": "all",
2223
- "type": "string"
2224
- }
2225
- ]
1551
+ ]
2226
1552
  }
2227
1553
  }
2228
1554
  }
@@ -4509,247 +3835,7 @@
4509
3835
  "required": [
4510
3836
  "resolver"
4511
3837
  ]
4512
- },
4513
- {
4514
- "type": "object",
4515
- "properties": {
4516
- "resolver": {
4517
- "type": "string",
4518
- "const": "emailLocalPartMatchingUserEntityName"
4519
- },
4520
- "allowedDomains": {
4521
- "type": "array",
4522
- "items": {
4523
- "type": "string"
4524
- }
4525
- }
4526
- },
4527
- "required": [
4528
- "resolver"
4529
- ]
4530
- },
4531
- {
4532
- "type": "object",
4533
- "properties": {
4534
- "resolver": {
4535
- "type": "string",
4536
- "const": "emailMatchingUserEntityProfileEmail"
4537
- }
4538
- },
4539
- "required": [
4540
- "resolver"
4541
- ]
4542
- }
4543
- ]
4544
- }
4545
- }
4546
- },
4547
- "required": [
4548
- "resolvers"
4549
- ]
4550
- }
4551
- },
4552
- "required": [
4553
- "clientId",
4554
- "clientSecret",
4555
- "tenantId"
4556
- ]
4557
- }
4558
- }
4559
- }
4560
- }
4561
- }
4562
- }
4563
- },
4564
- "$schema": "http://json-schema.org/draft-07/schema#"
4565
- }
4566
- },
4567
- {
4568
- "path": "../../plugins/auth-backend-module-oauth2-provider/config.d.ts",
4569
- "value": {
4570
- "type": "object",
4571
- "properties": {
4572
- "auth": {
4573
- "type": "object",
4574
- "properties": {
4575
- "providers": {
4576
- "type": "object",
4577
- "properties": {
4578
- "oauth2": {
4579
- "visibility": "frontend",
4580
- "type": "object",
4581
- "additionalProperties": {
4582
- "type": "object",
4583
- "properties": {
4584
- "clientId": {
4585
- "type": "string"
4586
- },
4587
- "clientSecret": {
4588
- "visibility": "secret",
4589
- "type": "string"
4590
- },
4591
- "authorizationUrl": {
4592
- "type": "string"
4593
- },
4594
- "tokenUrl": {
4595
- "type": "string"
4596
- },
4597
- "scope": {
4598
- "deprecated": "use `additionalScopes` instead",
4599
- "type": "string"
4600
- },
4601
- "additionalScopes": {
4602
- "anyOf": [
4603
- {
4604
- "type": "array",
4605
- "items": {
4606
- "type": "string"
4607
- }
4608
- },
4609
- {
4610
- "type": "string"
4611
- }
4612
- ]
4613
- },
4614
- "disableRefresh": {
4615
- "type": "boolean"
4616
- },
4617
- "includeBasicAuth": {
4618
- "type": "boolean"
4619
- },
4620
- "signIn": {
4621
- "type": "object",
4622
- "properties": {
4623
- "resolvers": {
4624
- "type": "array",
4625
- "items": {
4626
- "anyOf": [
4627
- {
4628
- "type": "object",
4629
- "properties": {
4630
- "resolver": {
4631
- "type": "string",
4632
- "const": "usernameMatchingUserEntityName"
4633
- }
4634
- },
4635
- "required": [
4636
- "resolver"
4637
- ]
4638
- },
4639
- {
4640
- "type": "object",
4641
- "properties": {
4642
- "resolver": {
4643
- "type": "string",
4644
- "const": "emailLocalPartMatchingUserEntityName"
4645
- },
4646
- "allowedDomains": {
4647
- "type": "array",
4648
- "items": {
4649
- "type": "string"
4650
- }
4651
- }
4652
- },
4653
- "required": [
4654
- "resolver"
4655
- ]
4656
- },
4657
- {
4658
- "type": "object",
4659
- "properties": {
4660
- "resolver": {
4661
- "type": "string",
4662
- "const": "emailMatchingUserEntityProfileEmail"
4663
- }
4664
- },
4665
- "required": [
4666
- "resolver"
4667
- ]
4668
- }
4669
- ]
4670
- }
4671
- }
4672
- },
4673
- "required": [
4674
- "resolvers"
4675
- ]
4676
- }
4677
- },
4678
- "required": [
4679
- "authorizationUrl",
4680
- "clientId",
4681
- "clientSecret",
4682
- "tokenUrl"
4683
- ]
4684
- }
4685
- }
4686
- }
4687
- }
4688
- }
4689
- }
4690
- },
4691
- "$schema": "http://json-schema.org/draft-07/schema#"
4692
- }
4693
- },
4694
- {
4695
- "path": "../../plugins/auth-backend-module-oidc-provider/config.d.ts",
4696
- "value": {
4697
- "type": "object",
4698
- "properties": {
4699
- "auth": {
4700
- "type": "object",
4701
- "properties": {
4702
- "providers": {
4703
- "type": "object",
4704
- "properties": {
4705
- "oidc": {
4706
- "visibility": "frontend",
4707
- "type": "object",
4708
- "additionalProperties": {
4709
- "type": "object",
4710
- "properties": {
4711
- "clientId": {
4712
- "type": "string"
4713
- },
4714
- "clientSecret": {
4715
- "visibility": "secret",
4716
- "type": "string"
4717
- },
4718
- "metadataUrl": {
4719
- "type": "string"
4720
- },
4721
- "callbackUrl": {
4722
- "type": "string"
4723
- },
4724
- "tokenEndpointAuthMethod": {
4725
- "type": "string"
4726
- },
4727
- "tokenSignedResponseAlg": {
4728
- "type": "string"
4729
- },
4730
- "additionalScopes": {
4731
- "anyOf": [
4732
- {
4733
- "type": "array",
4734
- "items": {
4735
- "type": "string"
4736
- }
4737
- },
4738
- {
4739
- "type": "string"
4740
- }
4741
- ]
4742
- },
4743
- "prompt": {
4744
- "type": "string"
4745
- },
4746
- "signIn": {
4747
- "type": "object",
4748
- "properties": {
4749
- "resolvers": {
4750
- "type": "array",
4751
- "items": {
4752
- "anyOf": [
3838
+ },
4753
3839
  {
4754
3840
  "type": "object",
4755
3841
  "properties": {
@@ -4792,7 +3878,7 @@
4792
3878
  "required": [
4793
3879
  "clientId",
4794
3880
  "clientSecret",
4795
- "metadataUrl"
3881
+ "tenantId"
4796
3882
  ]
4797
3883
  }
4798
3884
  }
@@ -4805,7 +3891,7 @@
4805
3891
  }
4806
3892
  },
4807
3893
  {
4808
- "path": "../../plugins/auth-backend-module-okta-provider/config.d.ts",
3894
+ "path": "../../plugins/auth-backend-module-oauth2-provider/config.d.ts",
4809
3895
  "value": {
4810
3896
  "type": "object",
4811
3897
  "properties": {
@@ -4815,7 +3901,7 @@
4815
3901
  "providers": {
4816
3902
  "type": "object",
4817
3903
  "properties": {
4818
- "okta": {
3904
+ "oauth2": {
4819
3905
  "visibility": "frontend",
4820
3906
  "type": "object",
4821
3907
  "additionalProperties": {
@@ -4828,16 +3914,14 @@
4828
3914
  "visibility": "secret",
4829
3915
  "type": "string"
4830
3916
  },
4831
- "audience": {
4832
- "type": "string"
4833
- },
4834
- "authServerId": {
3917
+ "authorizationUrl": {
4835
3918
  "type": "string"
4836
3919
  },
4837
- "idp": {
3920
+ "tokenUrl": {
4838
3921
  "type": "string"
4839
3922
  },
4840
- "callbackUrl": {
3923
+ "scope": {
3924
+ "deprecated": "use `additionalScopes` instead",
4841
3925
  "type": "string"
4842
3926
  },
4843
3927
  "additionalScopes": {
@@ -4853,6 +3937,12 @@
4853
3937
  }
4854
3938
  ]
4855
3939
  },
3940
+ "disableRefresh": {
3941
+ "type": "boolean"
3942
+ },
3943
+ "includeBasicAuth": {
3944
+ "type": "boolean"
3945
+ },
4856
3946
  "signIn": {
4857
3947
  "type": "object",
4858
3948
  "properties": {
@@ -4865,7 +3955,7 @@
4865
3955
  "properties": {
4866
3956
  "resolver": {
4867
3957
  "type": "string",
4868
- "const": "emailMatchingUserEntityAnnotation"
3958
+ "const": "usernameMatchingUserEntityName"
4869
3959
  }
4870
3960
  },
4871
3961
  "required": [
@@ -4912,8 +4002,10 @@
4912
4002
  }
4913
4003
  },
4914
4004
  "required": [
4005
+ "authorizationUrl",
4915
4006
  "clientId",
4916
- "clientSecret"
4007
+ "clientSecret",
4008
+ "tokenUrl"
4917
4009
  ]
4918
4010
  }
4919
4011
  }
@@ -4926,7 +4018,7 @@
4926
4018
  }
4927
4019
  },
4928
4020
  {
4929
- "path": "../../plugins/auth-backend-module-onelogin-provider/config.d.ts",
4021
+ "path": "../../plugins/auth-backend-module-okta-provider/config.d.ts",
4930
4022
  "value": {
4931
4023
  "type": "object",
4932
4024
  "properties": {
@@ -4936,7 +4028,7 @@
4936
4028
  "providers": {
4937
4029
  "type": "object",
4938
4030
  "properties": {
4939
- "onelogin": {
4031
+ "okta": {
4940
4032
  "visibility": "frontend",
4941
4033
  "type": "object",
4942
4034
  "additionalProperties": {
@@ -4949,12 +4041,31 @@
4949
4041
  "visibility": "secret",
4950
4042
  "type": "string"
4951
4043
  },
4952
- "issuer": {
4044
+ "audience": {
4045
+ "type": "string"
4046
+ },
4047
+ "authServerId": {
4048
+ "type": "string"
4049
+ },
4050
+ "idp": {
4953
4051
  "type": "string"
4954
4052
  },
4955
4053
  "callbackUrl": {
4956
4054
  "type": "string"
4957
4055
  },
4056
+ "additionalScopes": {
4057
+ "anyOf": [
4058
+ {
4059
+ "type": "array",
4060
+ "items": {
4061
+ "type": "string"
4062
+ }
4063
+ },
4064
+ {
4065
+ "type": "string"
4066
+ }
4067
+ ]
4068
+ },
4958
4069
  "signIn": {
4959
4070
  "type": "object",
4960
4071
  "properties": {
@@ -4967,7 +4078,7 @@
4967
4078
  "properties": {
4968
4079
  "resolver": {
4969
4080
  "type": "string",
4970
- "const": "usernameMatchingUserEntityName"
4081
+ "const": "emailMatchingUserEntityAnnotation"
4971
4082
  }
4972
4083
  },
4973
4084
  "required": [
@@ -5015,8 +4126,7 @@
5015
4126
  },
5016
4127
  "required": [
5017
4128
  "clientId",
5018
- "clientSecret",
5019
- "issuer"
4129
+ "clientSecret"
5020
4130
  ]
5021
4131
  }
5022
4132
  }
@@ -5029,171 +4139,110 @@
5029
4139
  }
5030
4140
  },
5031
4141
  {
5032
- "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/plugin-catalog-react/node_modules/@backstage/core-components/config.d.ts",
4142
+ "path": "../../plugins/auth-backend-module-oidc-provider/config.d.ts",
5033
4143
  "value": {
5034
4144
  "type": "object",
5035
4145
  "properties": {
5036
4146
  "auth": {
5037
4147
  "type": "object",
5038
4148
  "properties": {
5039
- "autologout": {
5040
- "description": "Autologout feature configuration",
4149
+ "providers": {
5041
4150
  "type": "object",
5042
4151
  "properties": {
5043
- "enabled": {
5044
- "description": "Enable or disable the autologout feature",
5045
- "visibility": "frontend",
5046
- "type": "boolean"
5047
- },
5048
- "idleTimeoutMinutes": {
5049
- "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
5050
- "visibility": "frontend",
5051
- "type": "number"
5052
- },
5053
- "promptBeforeIdleSeconds": {
5054
- "description": "Number of seconds before the idle timeout where the user will be asked if it's still active.\nA dialog will be shown.\nDefault is 10 seconds.\nSet to 0 seconds to disable the prompt.",
5055
- "visibility": "frontend",
5056
- "type": "number"
5057
- },
5058
- "useWorkerTimers": {
5059
- "description": "Enable/disable the usage of worker thread timers instead of main thread timers.\nDefault is true.\nIf you experience some browser incompatibility, you may try to set this to false.",
5060
- "visibility": "frontend",
5061
- "type": "boolean"
5062
- },
5063
- "logoutIfDisconnected": {
5064
- "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
4152
+ "oidc": {
5065
4153
  "visibility": "frontend",
5066
- "type": "boolean"
5067
- }
5068
- }
5069
- }
5070
- }
5071
- }
5072
- },
5073
- "$schema": "http://json-schema.org/draft-07/schema#"
5074
- }
5075
- },
5076
- {
5077
- "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/plugin-permission-common/config.d.ts",
5078
- "value": {
5079
- "type": "object",
5080
- "properties": {
5081
- "permission": {
5082
- "description": "Configuration options for Backstage permissions and authorization",
5083
- "type": "object",
5084
- "properties": {
5085
- "enabled": {
5086
- "description": "Whether authorization is enabled in Backstage. Defaults to false, which means authorization\nrequests will be automatically allowed without invoking the authorization policy.",
5087
- "visibility": "frontend",
5088
- "type": "boolean"
5089
- }
5090
- }
5091
- }
5092
- },
5093
- "$schema": "http://json-schema.org/draft-07/schema#"
5094
- }
5095
- },
5096
- {
5097
- "path": "../integration-aws-node/config.d.ts",
5098
- "value": {
5099
- "type": "object",
5100
- "properties": {
5101
- "aws": {
5102
- "description": "Configuration for access to AWS accounts",
5103
- "type": "object",
5104
- "properties": {
5105
- "accountDefaults": {
5106
- "description": "Defaults for retrieving AWS account credentials",
5107
- "type": "object",
5108
- "properties": {
5109
- "roleName": {
5110
- "description": "The IAM role to assume to retrieve temporary AWS credentials",
5111
- "type": "string"
5112
- },
5113
- "partition": {
5114
- "description": "The AWS partition of the IAM role, e.g. \"aws\", \"aws-cn\"",
5115
- "type": "string"
5116
- },
5117
- "region": {
5118
- "description": "The STS regional endpoint to use when retrieving temporary AWS credentials, e.g. \"ap-northeast-1\"",
5119
- "type": "string"
5120
- },
5121
- "externalId": {
5122
- "description": "The unique identifier needed to assume the role to retrieve temporary AWS credentials",
5123
- "visibility": "secret",
5124
- "type": "string"
5125
- }
5126
- }
5127
- },
5128
- "mainAccount": {
5129
- "description": "Main account to use for retrieving AWS account credentials",
5130
- "type": "object",
5131
- "properties": {
5132
- "accessKeyId": {
5133
- "description": "The access key ID for a set of static AWS credentials",
5134
- "visibility": "secret",
5135
- "type": "string"
5136
- },
5137
- "secretAccessKey": {
5138
- "description": "The secret access key for a set of static AWS credentials",
5139
- "visibility": "secret",
5140
- "type": "string"
5141
- },
5142
- "profile": {
5143
- "description": "The configuration profile from a credentials file at ~/.aws/credentials and\na configuration file at ~/.aws/config.",
5144
- "type": "string"
5145
- },
5146
- "region": {
5147
- "description": "The STS regional endpoint to use for the main account, e.g. \"ap-northeast-1\"",
5148
- "type": "string"
5149
- }
5150
- }
5151
- },
5152
- "accounts": {
5153
- "description": "Configuration for retrieving AWS accounts credentials",
5154
- "type": "array",
5155
- "items": {
5156
- "type": "object",
5157
- "properties": {
5158
- "accountId": {
5159
- "description": "The account ID of the target account that this matches on, e.g. \"123456789012\"",
5160
- "type": "string"
5161
- },
5162
- "accessKeyId": {
5163
- "description": "The access key ID for a set of static AWS credentials",
5164
- "visibility": "secret",
5165
- "type": "string"
5166
- },
5167
- "secretAccessKey": {
5168
- "description": "The secret access key for a set of static AWS credentials",
5169
- "visibility": "secret",
5170
- "type": "string"
5171
- },
5172
- "profile": {
5173
- "description": "The configuration profile from a credentials file at ~/.aws/credentials and\na configuration file at ~/.aws/config.",
5174
- "type": "string"
5175
- },
5176
- "roleName": {
5177
- "description": "The IAM role to assume to retrieve temporary AWS credentials",
5178
- "type": "string"
5179
- },
5180
- "partition": {
5181
- "description": "The AWS partition of the IAM role, e.g. \"aws\", \"aws-cn\"",
5182
- "type": "string"
5183
- },
5184
- "region": {
5185
- "description": "The STS regional endpoint to use when retrieving temporary AWS credentials, e.g. \"ap-northeast-1\"",
5186
- "type": "string"
5187
- },
5188
- "externalId": {
5189
- "description": "The unique identifier needed to assume the role to retrieve temporary AWS credentials",
5190
- "visibility": "secret",
5191
- "type": "string"
4154
+ "type": "object",
4155
+ "additionalProperties": {
4156
+ "type": "object",
4157
+ "properties": {
4158
+ "clientId": {
4159
+ "type": "string"
4160
+ },
4161
+ "clientSecret": {
4162
+ "visibility": "secret",
4163
+ "type": "string"
4164
+ },
4165
+ "metadataUrl": {
4166
+ "type": "string"
4167
+ },
4168
+ "callbackUrl": {
4169
+ "type": "string"
4170
+ },
4171
+ "tokenEndpointAuthMethod": {
4172
+ "type": "string"
4173
+ },
4174
+ "tokenSignedResponseAlg": {
4175
+ "type": "string"
4176
+ },
4177
+ "additionalScopes": {
4178
+ "anyOf": [
4179
+ {
4180
+ "type": "array",
4181
+ "items": {
4182
+ "type": "string"
4183
+ }
4184
+ },
4185
+ {
4186
+ "type": "string"
4187
+ }
4188
+ ]
4189
+ },
4190
+ "prompt": {
4191
+ "type": "string"
4192
+ },
4193
+ "signIn": {
4194
+ "type": "object",
4195
+ "properties": {
4196
+ "resolvers": {
4197
+ "type": "array",
4198
+ "items": {
4199
+ "anyOf": [
4200
+ {
4201
+ "type": "object",
4202
+ "properties": {
4203
+ "resolver": {
4204
+ "type": "string",
4205
+ "const": "emailLocalPartMatchingUserEntityName"
4206
+ },
4207
+ "allowedDomains": {
4208
+ "type": "array",
4209
+ "items": {
4210
+ "type": "string"
4211
+ }
4212
+ }
4213
+ },
4214
+ "required": [
4215
+ "resolver"
4216
+ ]
4217
+ },
4218
+ {
4219
+ "type": "object",
4220
+ "properties": {
4221
+ "resolver": {
4222
+ "type": "string",
4223
+ "const": "emailMatchingUserEntityProfileEmail"
4224
+ }
4225
+ },
4226
+ "required": [
4227
+ "resolver"
4228
+ ]
4229
+ }
4230
+ ]
4231
+ }
4232
+ }
4233
+ },
4234
+ "required": [
4235
+ "resolvers"
4236
+ ]
4237
+ }
4238
+ },
4239
+ "required": [
4240
+ "clientId",
4241
+ "clientSecret",
4242
+ "metadataUrl"
4243
+ ]
5192
4244
  }
5193
- },
5194
- "required": [
5195
- "accountId"
5196
- ]
4245
+ }
5197
4246
  }
5198
4247
  }
5199
4248
  }
@@ -5203,16 +4252,101 @@
5203
4252
  }
5204
4253
  },
5205
4254
  {
5206
- "path": "../../node_modules/@backstage/backend-common/node_modules/@backstage/backend-plugin-api/config.d.ts",
4255
+ "path": "../../plugins/auth-backend-module-onelogin-provider/config.d.ts",
5207
4256
  "value": {
5208
4257
  "type": "object",
5209
4258
  "properties": {
5210
- "backend": {
4259
+ "auth": {
5211
4260
  "type": "object",
5212
4261
  "properties": {
5213
- "workingDirectory": {
5214
- "description": "An absolute path to a directory that can be used as a working dir, for\nexample as scratch space for large operations.",
5215
- "type": "string"
4262
+ "providers": {
4263
+ "type": "object",
4264
+ "properties": {
4265
+ "onelogin": {
4266
+ "visibility": "frontend",
4267
+ "type": "object",
4268
+ "additionalProperties": {
4269
+ "type": "object",
4270
+ "properties": {
4271
+ "clientId": {
4272
+ "type": "string"
4273
+ },
4274
+ "clientSecret": {
4275
+ "visibility": "secret",
4276
+ "type": "string"
4277
+ },
4278
+ "issuer": {
4279
+ "type": "string"
4280
+ },
4281
+ "callbackUrl": {
4282
+ "type": "string"
4283
+ },
4284
+ "signIn": {
4285
+ "type": "object",
4286
+ "properties": {
4287
+ "resolvers": {
4288
+ "type": "array",
4289
+ "items": {
4290
+ "anyOf": [
4291
+ {
4292
+ "type": "object",
4293
+ "properties": {
4294
+ "resolver": {
4295
+ "type": "string",
4296
+ "const": "usernameMatchingUserEntityName"
4297
+ }
4298
+ },
4299
+ "required": [
4300
+ "resolver"
4301
+ ]
4302
+ },
4303
+ {
4304
+ "type": "object",
4305
+ "properties": {
4306
+ "resolver": {
4307
+ "type": "string",
4308
+ "const": "emailLocalPartMatchingUserEntityName"
4309
+ },
4310
+ "allowedDomains": {
4311
+ "type": "array",
4312
+ "items": {
4313
+ "type": "string"
4314
+ }
4315
+ }
4316
+ },
4317
+ "required": [
4318
+ "resolver"
4319
+ ]
4320
+ },
4321
+ {
4322
+ "type": "object",
4323
+ "properties": {
4324
+ "resolver": {
4325
+ "type": "string",
4326
+ "const": "emailMatchingUserEntityProfileEmail"
4327
+ }
4328
+ },
4329
+ "required": [
4330
+ "resolver"
4331
+ ]
4332
+ }
4333
+ ]
4334
+ }
4335
+ }
4336
+ },
4337
+ "required": [
4338
+ "resolvers"
4339
+ ]
4340
+ }
4341
+ },
4342
+ "required": [
4343
+ "clientId",
4344
+ "clientSecret",
4345
+ "issuer"
4346
+ ]
4347
+ }
4348
+ }
4349
+ }
5216
4350
  }
5217
4351
  }
5218
4352
  }
@@ -5221,7 +4355,7 @@
5221
4355
  }
5222
4356
  },
5223
4357
  {
5224
- "path": "../../node_modules/@backstage/backend-common/node_modules/@backstage/integration-aws-node/config.d.ts",
4358
+ "path": "../integration-aws-node/config.d.ts",
5225
4359
  "value": {
5226
4360
  "type": "object",
5227
4361
  "properties": {
@@ -5328,118 +4462,6 @@
5328
4462
  },
5329
4463
  "$schema": "http://json-schema.org/draft-07/schema#"
5330
4464
  }
5331
- },
5332
- {
5333
- "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/frontend-app-api/config.d.ts",
5334
- "value": {
5335
- "type": "object",
5336
- "properties": {
5337
- "app": {
5338
- "type": "object",
5339
- "properties": {
5340
- "experimental": {
5341
- "type": "object",
5342
- "properties": {
5343
- "packages": {
5344
- "visibility": "frontend",
5345
- "deepVisibility": "frontend",
5346
- "anyOf": [
5347
- {
5348
- "type": "object",
5349
- "properties": {
5350
- "include": {
5351
- "type": "array",
5352
- "items": {
5353
- "type": "string"
5354
- }
5355
- },
5356
- "exclude": {
5357
- "type": "array",
5358
- "items": {
5359
- "type": "string"
5360
- }
5361
- }
5362
- }
5363
- },
5364
- {
5365
- "const": "all",
5366
- "type": "string"
5367
- }
5368
- ]
5369
- }
5370
- }
5371
- },
5372
- "routes": {
5373
- "type": "object",
5374
- "properties": {
5375
- "bindings": {
5376
- "description": "Maps external route references to regular route references. Both the\nkey and the value is expected to be on the form `<pluginId>.<routeId>`.\nIf the value is `false`, the route will be disabled even if it has a\ndefault mapping.",
5377
- "deepVisibility": "frontend",
5378
- "type": "object",
5379
- "additionalProperties": {
5380
- "anyOf": [
5381
- {
5382
- "const": false,
5383
- "type": "boolean"
5384
- },
5385
- {
5386
- "type": "string"
5387
- }
5388
- ]
5389
- }
5390
- }
5391
- }
5392
- },
5393
- "extensions": {
5394
- "deepVisibility": "frontend",
5395
- "type": "array",
5396
- "items": {
5397
- "anyOf": [
5398
- {
5399
- "type": "object",
5400
- "additionalProperties": {
5401
- "anyOf": [
5402
- {
5403
- "type": "object",
5404
- "properties": {
5405
- "attachTo": {
5406
- "type": "object",
5407
- "properties": {
5408
- "id": {
5409
- "type": "string"
5410
- },
5411
- "input": {
5412
- "type": "string"
5413
- }
5414
- },
5415
- "required": [
5416
- "id",
5417
- "input"
5418
- ]
5419
- },
5420
- "disabled": {
5421
- "type": "boolean"
5422
- },
5423
- "config": {}
5424
- }
5425
- },
5426
- {
5427
- "type": "boolean"
5428
- }
5429
- ]
5430
- }
5431
- },
5432
- {
5433
- "type": "string"
5434
- }
5435
- ]
5436
- }
5437
- }
5438
- }
5439
- }
5440
- },
5441
- "$schema": "http://json-schema.org/draft-07/schema#"
5442
- }
5443
4465
  }
5444
4466
  ],
5445
4467
  "backstageConfigSchemaVersion": 1