VITA

Results 16 comments of VITA

Just me,I have set up email information in my configuration file and environment variables in my dockercompose file, but why does my mail function keep reporting errors ”but successfully revoked...

> Hi @vitaaaaa1, thanks for your interest in Huly. Fair question, currently the docs are missing this bit. I'll update them to mention that. You should be using `{huly_host}:3000/auth/openid/callback` or...

I am using the Docker Compose file provided by you to deploy my application, and the default OIDC redirect URL is set to: FRONT_URL=http://front:8080. I later changed it to my...

> Yes, the external access address for FRONT_URL is a correct choice.是的,对于FRONT\_URL的外部访问地址的选择是正确的。 > > There are three redirects involved in OIDC auth:OIDC认证过程中涉及三个重定向: > > 1. Huly redirects to IdP using...

> Yes, the external access address for FRONT_URL is a correct choice.是的,对于FRONT\_URL的外部访问地址的选择是正确的。 > > There are three redirects involved in OIDC auth:OIDC认证过程中涉及三个重定向: > > 1. Huly redirects to IdP using...

> @vitaaaaa1 what is your IdP redirect URL currently set to?你当前设置的IdP重定向URL是什么? The redirection URL has not been modified and still uses the following URL: http://example.domain/auth/openid/callback

> 帐户服务的源地址 "Account service source address" refers to the IP address from which the account service is being accessed, typically port 3000. ``` 05865e18e46e hardcoreeng/account:v0.6.333 "docker-entrypoint.s…" 36 seconds ago Up...

> > But the callback url I configured in the Idp does already carry 3000 ports但是我在Idp中配置的回调URL已经使用了3000端口。 > > What callback URL did you configure and where if the redirection URL...

> [@vitaaaaa1](https://github.com/vitaaaaa1) https://reference.airbyte.com/reference/using-the-terraform-provider#2-setup-the-provider > > ``` > // if running locally (Airbyte OSS) > server_url = "http://localhost:8000/api/public/v1/" > ``` > > so you need something like this:所以你需要这样的东西: > > ```...

> [@vitaaaaa1](https://github.com/vitaaaaa1) I think you use `definition_id` and (maybe) `workspace_id` from example [airbyte_destination_postgres](https://registry.terraform.io/providers/airbytehq/airbyte/latest/docs/resources/destination_postgres) which are incorrect and give you [400 resource not found](https://reference.airbyte.com/reference/error-messages#400-resource-not-found) error.我想你使用的是 `and`(或许是)来自 `airbyte_destination_postgres` 的示例,但这些用法是错误的,导致出现“404 资源未找到”的错误。 > >...