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

Adding a check to the OrgID #78

Merged
merged 1 commit into from
Jul 2, 2020
Merged

Adding a check to the OrgID #78

merged 1 commit into from
Jul 2, 2020

Conversation

joselsegura
Copy link
Collaborator

Description

Checking of the OrgID of the authenticated user is the same as the one requested to retrieve the list of clusters

Fixes #70

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Testing steps

Regular CI

@codecov-commenter
Copy link

Codecov Report

Merging #78 into master will decrease coverage by 0.29%.
The diff coverage is 25.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #78      +/-   ##
==========================================
- Coverage   43.55%   43.25%   -0.30%     
==========================================
  Files          12       12              
  Lines         884      890       +6     
==========================================
  Hits          385      385              
- Misses        458      464       +6     
  Partials       41       41              
Impacted Files Coverage Δ
server/handlers.go 0.00% <0.00%> (ø)
server/endpoints.go 100.00% <100.00%> (ø)
server/server.go 47.09% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bcd5c01...2a5afdd. Read the comment docs.

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.

User from one organization can access to a list of clusters of another organization
4 participants