Commit Graph

64 Commits

Author SHA1 Message Date
Ben Lambert 17d756e26c Merge pull request #23048 from fstoerkle/feature/msgraph-ingest-groups-of
feat: add option to ingest group members from Azure Entra ID
2024-07-18 18:48:10 +02:00
Andre Wanlin 1145181834 Moved from root note to title
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-07-13 10:45:17 -05:00
Patrik Oldsberg 32a7812cec Merge pull request #24975 from adawalli/awallis/msgraph
Adds ProviderTransformer to msgraph catalog plugin for dynamic config
2024-07-10 09:49:26 +02:00
Mattias Folke 11eaadec04 clarified User Photos for userGroupmember for Azure integration
Signed-off-by: Mattias Folke <Mattias.Folke@gmail.com>
2024-06-24 14:38:33 +02:00
Florian Störkle 24b3a3141b docs: document includeSubGroups config option
Signed-off-by: Florian Störkle <florian@stoerkle.net>
2024-06-04 17:35:38 +02:00
Adam Wallis f7bdceae07 Adds ProviderTransformer to msgraph catalog plugin for dynamic config
Signed-off-by: Adam Wallis <adam.wallis@gmail.com>
2024-06-03 15:24:08 -04:00
Aditya Kumar 67ce37af2c Updated the note format of documents
Signed-off-by: Aditya Kumar <aditya.kumar60@infosys.com>
2024-05-21 09:22:12 +05:30
Andre Wanlin b0eb7588dd Fixed link typo
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-04-30 13:04:09 -05:00
Andre Wanlin 353880c450 Fixed missing links
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-04-30 12:52:41 -05:00
Andre Wanlin 8450ccd204 Fixed links
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-04-30 12:08:15 -05:00
Andre Wanlin b78ffad266 Refactored to follow --old convention
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-04-30 09:27:02 -05:00
Andre Wanlin 95de07271c Updated the Azure and Microsoft Graph Integration Docs
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-04-30 08:56:03 -05:00
Gustaf Räntilä 49eab297a3 fix: Fixed disabling user photos fetching
Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com>
2024-04-26 09:29:31 +02:00
Ragnar Halldórsson 49c759e1c1 chore(catalog-backend-module-azure): Apply suggestion from code review and improve some wording in README
Signed-off-by: Ragnar Halldórsson <halldorsson@copopt.com>
2024-02-19 11:20:19 +01:00
Ragnar Halldórsson 4fcb4667f0 chore(catalog-backend-module-azure): Update discovery documentation
Signed-off-by: Ragnar Halldórsson <halldorsson@copopt.com>
2024-02-15 22:15:41 +01:00
Fredrik Adelöw 9aac2b0d36 move cwd as the first argument to yarn
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-02-04 20:13:00 +01:00
Alex Crome 6fb909f011 More Backend Migration Docs
* Added more documentation on migrating catalog modules to the new backend system.  (A-Github)
* Tweaked a few existing documentation page to recommend schedules are set via

Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2023-11-15 22:34:25 +00:00
Alex Crome 129e0f7797 Backend Migration Docs for Microsoft Graph Entity Provider
Added section to the migration guide specifically around how to migrate the Microsoft Graph Entity Provider.

Updated current documentation to recommend setting schedule in config rather than code.
Whilst not strictly nessescarry for the migration docs, documenting this way of setting the schedule eases migrations later (since the new backend system only allows setting schedules via config and not code)

Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2023-11-14 20:02:53 +00:00
Alex Crome eeabc87d6d Fix typo in Entra Org data doc
Fixed a typo I introduced in #20691

Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2023-11-06 16:43:48 +00:00
Alex Crome 243c655a68 Updated Azure Active Directory to Entra ID
Microsoft have renamed Azure Active Directory to Entra ID.  https://learn.microsoft.com/en-us/azure/active-directory/fundamentals/new-name .  This PR updates references to AAD to refer to Entra ID.

* On each documentation page, I include `formerly Azure Active Directory` in the first non heading reference to Entra ID.  This will help anyone unfaimiliar withthe  name change, and will also mean the page continues to show up in search results if people search for the old name.
* I didn't correct references in file names, as this would cause broken links.  If we have a way of redirecting those to new urls I can look at doign that, but if not, I think it's better to leave existing links working.
* There were a few references to AAD in release notes for older versions - I left these alone as the product naming was correct at the time of the release notes.
* LDAP provider still has references to "Active Directory" as these reference to the on premise Active Directory, not Azure Active Directory

Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2023-10-19 23:11:35 +01:00
Sander Aernouts 5f1a92b9f1 feature(azure devops): support multiple organisations
Signed-off-by: Sander Aernouts <sander.aernouts@gmail.com>
2023-08-18 16:27:00 +02:00
Stefan Petrovic 398c005ec3 added some clarification in azure org importer docs
Signed-off-by: Stefan Petrovic <stefanp0618@gmail.com>
2023-06-20 19:40:02 +02:00
Sander Aernouts c7f848bcea feat(azure): support service principals and managed identities
Signed-off-by: Sander Aernouts <sander.aernouts@gmail.com>
2023-05-25 09:08:13 +02:00
Patrik Oldsberg 2e40a06c7b docs/integrations/azure/discovery.md: prettier
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-04-13 14:19:32 +02:00
Joao Paulo Moreira Antunes 1e36d98dcc Edit docs specification on Azure DevOps integration
Signed-off-by: Joao Paulo Moreira Antunes <joaopaulo.m@terra.com.br>
2023-04-11 15:28:49 -03:00
Joao Paulo Moreira Antunes e154406c9c Edit field project
Signed-off-by: Joao Paulo Moreira Antunes <joaopaulo.m@terra.com.br>
2023-04-11 14:13:07 -03:00
Johan Haals d69b132ee2 Merge pull request #16749 from ymoreiratiti/feature/plugin-catalog-backend-module-azure-branch-filter
feat(@backstage/plugin-catalog-backend-module-azure): Add branch filt…
2023-03-10 13:15:09 +01:00
Yuri Titi e91cf37969 docs(azure-discovery): fix prettier
Signed-off-by: Yuri Titi <ymoreiratiti@gmail.com>
2023-03-08 21:55:09 -03:00
Yuri Titi 075761de52 Update discovery.md
Signed-off-by: Yuri Titi <ymoreiratiti@gmail.com>
2023-03-08 14:47:29 -03:00
Paul Schultz 040b54f7e5 clean up formatting
Signed-off-by: Paul Schultz <pschultz@pobox.com>
2023-03-08 10:13:38 -06:00
Yuri Titi c17fa10182 feat(@backstage/plugin-catalog-backend-module-azure): Add branch filter support
Signed-off-by: Yuri Titi <ymoreiratiti@gmail.com>
2023-03-07 16:11:02 -03:00
Paul Schultz 9c95f91c0a Add titles to codeblocks and switch from diff codeblock to language codeblock
Signed-off-by: Paul Schultz <pschultz@pobox.com>
2023-03-01 13:30:38 -06:00
tr-fteixeira 20bfb411f2 docs(azure-intgration): add note for projects with spaces on the name
Signed-off-by: tr-fteixeira <55003893+tr-fteixeira@users.noreply.github.com>
2023-02-25 18:14:26 -05:00
Ben Lambert a37fb186f0 Merge pull request #16135 from no1melman/feat/azure-location-docs
Docs: Azure - Add note around token usage
2023-02-06 12:06:17 +01:00
Callum Linington df8782378d chore: prettier
Signed-off-by: Callum Linington <callum.linington@uk.nationalgrid.com>
2023-02-02 15:44:32 +00:00
Callum Linington bb74ee421a docs(azure): update token usage to align to implementation
Signed-off-by: Callum Linington <callum.linington@uk.nationalgrid.com>
2023-02-02 15:20:15 +00:00
Callum Linington 060713cab7 docs(azure): add note around token usage
Signed-off-by: Callum Linington <callum.linington@uk.nationalgrid.com>
2023-02-02 10:48:31 +00:00
Marc Bruins e8db0fe4ce update docs
Signed-off-by: Marc Bruins <marc@marcbruins.nl>
2023-01-24 15:14:41 +01:00
Marc Bruins 3825687f5a Update docs and fix tests
Signed-off-by: Marc Bruins <marc@marcbruins.nl>
2022-12-24 18:43:24 +01:00
Marc Bruins 2890f47517 add changes to make it multiproject
Signed-off-by: Marc Bruins <marc@marcbruins.nl>
2022-11-25 06:04:46 +01:00
Alex Crome 7e4ba8de90 Improve MS Graph docs
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2022-11-11 21:12:56 +00:00
Patrick Jungermann 87ff05892d feat(catalog/azure): Add option to configure schedule via app-config.yaml
Relates-to: PR #13859
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-07 12:32:50 +02:00
blam b25f479618 chore: fixing the prettier formatting
Signed-off-by: blam <ben@blam.sh>
2022-08-07 21:37:14 +02:00
Martin Ehrnst 52ea23151d Update org.md
Add example on how to assign Microsoft Graph permission on a managed identity, as this is not possible through the Azure Portal. Up until recently no official Microsoft documentation existed for it, but now it does

Signed-off-by: Martin Ehrnst <martin@ehrnst.no>
2022-08-05 12:48:33 +02:00
Alex Crome 1bb8a9006a Fix level of App Registration header in MS Graph docs
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2022-07-15 19:22:48 +01:00
Alex Crome e4ef21c84f Misc small fixes
* Updated @azure/identity to improve error message when no credentials are avaialble.
* Misc small text fixes

Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2022-07-13 08:06:32 +01:00
Alex Crome 5107aa6048 Updated docs
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2022-07-07 22:04:04 +01:00
Andre Wanlin 0ae5d7858d Fixed Azure Discovery config example
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2022-06-21 17:29:35 -05:00
goenning b1f7d6c7e4 fix typo
Signed-off-by: goenning <me@goenning.net>
2022-06-01 15:48:55 +01:00
goenning e69cd23e20 code review
Signed-off-by: goenning <me@goenning.net>
2022-06-01 15:48:21 +01:00