Fredrik Adelöw
101eb459e3
Merge pull request #8396 from SDA-SE/feat/DOCKM-1134
...
feat: Add new authentication provider: OAuth2Proxy
2022-01-17 15:50:13 +01:00
Dominik Schwank
619bc06613
feat(auth-backend): mark authHandler context as required parameter
...
Signed-off-by: Dominik Schwank <dominik.schwank@sda.se >
2022-01-17 14:35:30 +01:00
Adrian Barwicki
6e92ee6267
feat: add oauth2proxy provider
...
Signed-off-by: Adrian Barwicki <adrian.barwicki.extern@sda.se >
Signed-off-by: Dominik Schwank <dominik.schwank@sda.se >
2022-01-17 14:35:22 +01:00
Fredrik Adelöw
2ab5c268b8
Merge pull request #8952 from backstage/freben/not-next
...
Deprecate the legacy catalog engine
2022-01-17 14:26:40 +01:00
Fredrik Adelöw
ca26a420c8
update changeset
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-01-17 14:02:07 +01:00
Fredrik Adelöw
5e1a83e4f1
remove batchAddOrUpdateEntities too
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-01-17 14:02:05 +01:00
Patrik Oldsberg
cc13505856
Merge pull request #8809 from backstage/rugvip/depr
...
removed deprecations from the 2021-12-09 release
2022-01-17 14:01:34 +01:00
Fredrik Adelöw
9f2a8dc423
add migration to remove the old tables, and some cleanup
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-01-17 13:57:33 +01:00
Joon Park
e15ce5c16e
Integrate authorization into catalog-backend delete entities endpoint ( #8805 )
...
* Integrate authorization into catalog-backend delete entities endpoint
Signed-off-by: Joon Park <joonp@spotify.com >
* Remove entity ref from request and handle conditional response
Signed-off-by: Joon Park <joonp@spotify.com >
2022-01-17 12:22:24 +00:00
Patrik Oldsberg
4d21332888
Merge branch 'master' into rugvip/depr
2022-01-17 13:07:16 +01:00
Fredrik Adelöw
c13beb05e4
Merge pull request #8943 from djamaile/master
...
feat(org): expose pageSize prop for MembersListCard component
2022-01-17 09:39:58 +01:00
djamaile
f006fe2529
feat(org): expose pageSize prop for MembersListCard component
...
Signed-off-by: djamaile <rdjamaile@gmail.com >
2022-01-14 19:05:43 +01:00
Fredrik Adelöw
7cd53159a2
Merge pull request #8940 from SDA-SE/fix/api-docs-url
...
fix(api-docs): set url explicitly to an empty string
2022-01-14 18:57:19 +01:00
Dominik Schwank
cd4e3c4d4e
fix(api-docs): set url explicitly to an empty string
...
The url argument is undefined when it is not explicitly set to an empty string. An undefined url is
causing the swagger UI to fail on match checks.
fixes #8895
Signed-off-by: Dominik Schwank <dominik.schwank@sda.se >
2022-01-14 18:19:25 +01:00
Fredrik Adelöw
a10b8c4df0
Merge pull request #8938 from djamaile/master
...
fix: typo in MembersListCard component
2022-01-14 17:41:05 +01:00
Fredrik Adelöw
be5b5e3eba
Merge pull request #8936 from backstage/freben/healer
...
Clear parent entity hashes on deletion, to get healing behaviors back
2022-01-14 17:14:02 +01:00
Fredrik Adelöw
7e8cc7d24e
Merge pull request #6905 from tudi2d/mobile-sidebar
...
Mobile sidebar
2022-01-14 16:55:14 +01:00
djamaile
2908a41b9b
fix: typo in MembersListCard component
...
Signed-off-by: djamaile <rdjamaile@gmail.com >
2022-01-14 16:42:07 +01:00
Fredrik Adelöw
68fa2e868d
Merge pull request #8822 from erikxiv/techdocs-style-blockquote
...
Techdocs: use lighter color for block quotes and horizontal rulers
2022-01-14 16:29:13 +01:00
MT Lewis
71b09c83be
Merge pull request #8799 from backstage/permissions-batching-improvements
...
permission-backend: wrap authorize request and response batches in envelope
2022-01-14 14:43:50 +00:00
Fredrik Adelöw
dce98a92f7
Clear parent entity hashes on deletion, to get healing behaviors back
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-01-14 15:22:42 +01:00
Patrik Oldsberg
05a777a46c
changeset: enter prerelease mode
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-01-14 09:54:57 +01:00
Patrik Oldsberg
72d4b7061d
Merge pull request #8719 from cmpadden/warn-app-config-deprecations
...
Warn users of deprecated keys in app configurations
2022-01-13 23:25:01 +01:00
Fredrik Adelöw
46d74fd427
Merge pull request #8774 from backstage/dependabot/npm_and_yarn/types/swagger-ui-react-4.1.1
...
build(deps-dev): bump @types/swagger-ui-react from 3.35.2 to 4.1.1
2022-01-13 22:32:49 +01:00
Patrik Oldsberg
6b05ad1265
changesets: added changeset for core-components IdentityApi deprecation removals
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-01-13 19:51:32 +01:00
Patrik Oldsberg
d879072b0c
core-plugin-api: remove deprecated id field from BackstageIdentityResponse
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-01-13 19:51:31 +01:00
Patrik Oldsberg
234a36405b
core-plugin-api: remove deprecated OAuthRequestApi types
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-01-13 19:51:31 +01:00
Patrik Oldsberg
94c02b4246
core: removed BackstageIdentity type
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-01-13 19:51:31 +01:00
Patrik Oldsberg
51fbedc445
plugins: migrate usage of deprecated IdentityApi methods
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-01-13 19:51:30 +01:00
Patrik Oldsberg
2916a83b9c
catalog-react: deprecate loadIdentityOwnerRefs and simplify implementation
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-01-13 19:27:13 +01:00
Patrik Oldsberg
ceebe25391
core: removed deprecated IdentityApi methods
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-01-13 19:27:12 +01:00
MT Lewis
0ae4f4cc82
permissions: rename authorize request and response types to avoid envelope suffix
...
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2022-01-13 17:51:06 +00:00
MT Lewis
b768259244
permission-backend: wrap authorize request and response batches in envelope
...
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2022-01-13 17:51:05 +00:00
MT Lewis
68edbbeafd
catalog-backend: add changeset
...
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2022-01-13 17:26:04 +00:00
github-actions[bot]
b04011602b
Version Packages
2022-01-13 14:23:13 +00:00
Fredrik Adelöw
182e573def
Merge pull request #8551 from backstage/authz-batching
...
permissions: more efficient integration between permission backend and plugin backends
2022-01-13 15:17:29 +01:00
Fredrik Adelöw
ebc34d0a05
Merge pull request #8911 from backstage/rugvip/azureboot
...
azure-devops-backend: only warn if teams fail to load at startup
2022-01-13 15:14:38 +01:00
Fredrik Adelöw
4f04a54451
Merge pull request #8904 from backstage/blam/bump-graphql-dependencies
...
Bump GraphQL Dependencies in `graphql` plugins
2022-01-13 14:49:58 +01:00
Erik Engervall
1fcd816b06
Merge pull request #8910 from backstage/erikengervall/improve-patch-cta
...
[Plugin] git-release-manager: Improve patch CTA copy
2022-01-13 14:44:07 +01:00
Patrik Oldsberg
9f9596f9ef
azure-devops-backend: only warn if teams fail to load at startup
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-01-13 14:40:52 +01:00
MT Lewis
8e72b573aa
permission-node: switch to array for getResources return value
...
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2022-01-13 13:04:04 +00:00
MT Lewis
419ca637c0
permissions: add changeset for optimizations
...
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2022-01-13 13:04:04 +00:00
Fredrik Adelöw
26c13d006a
Merge pull request #8796 from goenning/go/log-error-tech-insights
...
[TechInsights] log errors when tech insights throws an error
2022-01-13 13:54:23 +01:00
Erik Engervall
c1813739c6
Add changeset
...
Signed-off-by: Erik Engervall <erik.engervall@gmail.com >
2022-01-13 13:27:29 +01:00
Fredrik Adelöw
f58092cfeb
Merge pull request #8695 from backstage/feature/add-gcp-iap-auth-provider-frontend
...
auth: implement frontend parts of iap-like sign-in
2022-01-13 12:17:18 +01:00
Joon Park
0a6c68582a
Add authorization to entities get endpoints in catalog-backend. ( #8711 )
...
* Add authorization to entities get endpoints in catalog-backend.
The delete endpoint and the ancestry endpoint, as well as the rest of the endpoints in catalog-backend will be covered in later PRs.
Signed-off-by: Joon Park <joonp@spotify.com >
* Refactor permissioning into AuthorizedNextEntitiesCatalog
Signed-off-by: Joon Park <joonp@spotify.com >
* Create integration router in builder
Signed-off-by: Joon Park <joonp@spotify.com >
* Fix test authorization strings
Signed-off-by: Joon Park <joonp@spotify.com >
2022-01-13 10:59:13 +00:00
Fredrik Adelöw
7a35aa9377
typo in changeset
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-01-13 11:39:42 +01:00
blam
0fb17da164
chore: added changeset
...
Signed-off-by: blam <ben@blam.sh >
2022-01-13 10:45:17 +01:00
blam
306d879536
chore: add changeset
...
Signed-off-by: blam <ben@blam.sh >
2022-01-13 08:43:30 +01:00
Ben Lambert
02ac69f943
Merge pull request #8884 from diegoribeiro-hotmart/bugfix/nunjucks-token
...
[Scaffolder] Fix token pass-through for software templates using beta 3 version
2022-01-13 07:49:06 +01:00