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

Use Azure Managed Identities for authentication to other resources #688

Open
bramverdonck opened this issue Oct 3, 2024 · 1 comment
Open
Assignees
Labels
needs triage Issue needs to be evaluated by team

Comments

@bramverdonck
Copy link

Is your feature request related to a problem? Please describe.
We're currently in the process of implementing an LDES architecture at a client in their Azure ecosystem.
For security reasons, we would need to use Managed Identities for secure authentication between the LDIO workbench and other resources (in our case Eventhubs). We would execute multiple API calls and want to avoid sending connection data directly in the requests.

Describe the solution you'd like
We can use Managed Identities / App registrations as a way of authentication instead of hardcoding values or sending plain text connection secrets.

Describe alternatives you've considered
/
Additional context
We would like to implement the complete LDES architecture before year's end (in production)

@bramverdonck bramverdonck added the needs triage Issue needs to be evaluated by team label Oct 3, 2024
@sandervd
Copy link
Contributor

sandervd commented Oct 8, 2024

Hi Bram,

Same comment as on the server issue: please make sure to discuss the changes (to config, functionality,...) you want to contribute before opening a PR, so we can assess the impact, and avoid having long open PRs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage Issue needs to be evaluated by team
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants