You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -393,12 +393,6 @@ See [Quick Start Guide](#-quick-start-guide) for a few curl examples to get you
393
393
394
394
The preferred way of consuming migrator's GraphQL endpoint is to use GraphQL clients. These clients can be generated from the GraphQL schema in any programming language you use (Java, Python, C#, JavaScript, Go, etc.).
395
395
396
-
### /v1 - REST API
397
-
398
-
API v1 was sunset in v2021.0.0.
399
-
400
-
The documentation is available in a separate document [API v1](APIv1.md).
401
-
402
396
### Request tracing
403
397
404
398
migrator uses request tracing via `X-Request-ID` header. This header can be used with all requests for tracing and/or auditing purposes. If this header is absent migrator will generate one for you.
@@ -449,7 +443,7 @@ port: 8080
449
443
# path prefix is optional and defaults to '/'
450
444
# path prefix is used for application HTTP request routing by Application Load Balancers/Application Gateways
451
445
# for example when deploying to AWS ECS and using AWS ALB the path prefix could be set as below
452
-
# then all HTTP requests should be prefixed with that path, for example: /migrator/v1/config, /migrator/v1/migrations/source, etc.
446
+
# then all HTTP requests should be prefixed with that path, for example: /migrator/v2/config, /migrator/v2/service, etc.
453
447
pathPrefix: /migrator
454
448
# the webhook configuration section is optional
455
449
# the default Content-Type header is application/json but can be overridden via webHookHeaders below
migrator uses official AWS SDK for Go and uses a well known [default credential provider chain](https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html).
515
+
migrator uses official AWS SDK for Go v2 and uses [Auth schema resolution workflow](https://docs.aws.amazon.com/sdk-for-go/v2/developer-guide/configure-auth.html#auth-scheme-resolution-workflow).
migrator uses official Azure SDK for Go and supports authentication using Storage Account Key (via `AZURE_STORAGE_ACCOUNT` and `AZURE_STORAGE_ACCESS_KEY` env variables) as well as much more flexible (and recommended) Azure Active Directory Managed Identity.
528
+
migrator uses official Azure SDK for Go and uses [Azure Identity library](https://learn.microsoft.com/en-us/azure/developer/go/sdk/authentication/authentication-overview).
0 commit comments