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

Feature/authentication #183

Open
wants to merge 86 commits into
base: master
Choose a base branch
from

Conversation

daniebrill
Copy link

What type of PR is this?
Backend Feature
UI Feature

What this PR does / why we need it:
Add authentication feature
Which issue(s) this PR fixes (if exists):

Does this PR introduce a breaking change, if so what is it?:

Introduce cookies to protect API endpoints 

Additional documentation:


Jackafive753 and others added 30 commits May 28, 2021 14:10
/collector/structs.go
+ AccountSpecifiedFiels struct to save AccountId and AccountName

/collector/aws/common/structs.go
+ add Method getAccountName()

/collector/aws/detector.go
+ save in DetectorManager the accountName from config file

/collector/resources/*
+ save AccountSpecifiedFields with values in detectedStructs
* elasticsearch.go getDynamicMatchQuery
   add: if filterName is Data.AccountID then build boolQuery for given AccountIDs
fit MockAWSManager to the modified AWSManager
* save arn in resourceID field
+ add values in test objects
+ add accounts to the provider store
+ Show Accounts in a chip-list like resources
+ add Accounts to filter
add comments
add spentAccounts in summary
add things to success tests
Add multiaccount-selection functionality for RessourceCharts
Add EKS to collector configuration file
add EKS Cluster Check with test-file
change PricingFilter
change PricingFilter
change PricingFilter
change PricingFilter
# Conflicts:
#	ui/src/components/Dashboard/CSVDownloadButton.js
daniebrill and others added 28 commits July 9, 2021 23:03
in ecs get tasks if launchtype == Fargate
add login api endpoint
add login function in server
add test func
Error output corrected with correct status code
Master for presentation issue
change tests or authentication with cookie
remove account charts with not data found
delete unnecessary console
define SameSite
samesite from a cookie is laxmode
Copy link
Contributor

@kaplanelad kaplanelad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @daniebrill,

This branch includes also the previews changes that have already been reviewed. for a better review, can you please merge the branch with feature/multi_account_selection ?

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.

None yet

5 participants