Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove all username pwd calls. (only keep for child and parent communication) #254

Merged
merged 6 commits into from
May 16, 2024

Conversation

iwangjintian
Copy link
Contributor

All the api to api calls are now using TLS + SAT. We do this by initializing an overall apiclient with the symphony api address set in the pod env parameter.

We keep the http + user creds for child and parent communications since TLS + SAT by default doesn't work. The reason why we don't use an overall apiclient for parent calls is that parent urls may change. (Thought it doesn't work like this now) That's why we think singleton doesn't apply to parent-children apiclient.

Definitely some corresponding tests changes. I manually tested the multisite scenario.

packages/helm/symphony/values.yaml Outdated Show resolved Hide resolved
api/pkg/apis/v1alpha1/utils/symphony-api.go Outdated Show resolved Hide resolved
coa/pkg/apis/v1alpha2/bindings/http/jwt.go Outdated Show resolved Hide resolved
@iwangjintian iwangjintian force-pushed the users/jesse/endpoint branch from b8b7919 to 0b9391e Compare May 14, 2024 09:01
@msftcoderdjw msftcoderdjw merged commit 3d21317 into eclipse-symphony:main May 16, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants