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

Security Auth: Dataflow Setup (Endpoint/Service/Repo/DB) #30

Open
KjartanE opened this issue May 18, 2023 · 0 comments
Open

Security Auth: Dataflow Setup (Endpoint/Service/Repo/DB) #30

KjartanE opened this issue May 18, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request Size: 8

Comments

@KjartanE
Copy link
Collaborator

Feature: Dataflow Example with Security Authentication

Scenario: Secure Dataflow from Endpoint to Database

Given I have a secure endpoint for dataflow communication
And I have a secure service set up to handle data processing
And I have a secure data repository for storing processed data
And I have a secure connection to the database
When data is received at the endpoint
Then it should be securely transmitted to the service
And the service should process the data securely
And the processed data should be securely stored in the data repository
And the data repository should securely connect to the database to persist the data

@KjartanE KjartanE added the enhancement New feature or request label May 18, 2023
@KjartanE KjartanE self-assigned this May 25, 2023
KjartanE added a commit that referenced this issue May 30, 2023
Backend #30: setup basic router/controller/model  data flow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Size: 8
Projects
None yet
Development

No branches or pull requests

1 participant