Merge pull request #8747 from lorsatti/kubernetes-aws-rbac

Make AWS session token optional
This commit is contained in:
Johan Haals
2022-01-07 14:28:09 +01:00
committed by GitHub
3 changed files with 31 additions and 16 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-kubernetes-backend': patch
---
Exclude the AWS session token from credential validation, because it's not necessary in this context.