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

Refactor Application Gateway to expose authorisation related code #4563

Merged
merged 11 commits into from
Jul 5, 2019
Merged

Refactor Application Gateway to expose authorisation related code #4563

merged 11 commits into from
Jul 5, 2019

Conversation

akgalwas
Copy link
Contributor

Description

Changes proposed in this pull request:

  • Authorisation and CSRF related code moved to CSRF folder
  • Code for setting additional headers/query parameters moved to pkg folder

Related issue(s)

@akgalwas
Copy link
Contributor Author

/test pre-master-kyma-components-application-gateway

// Headers that are injected by the gateway
Headers *map[string][]string
// QueryParameters that are injected by the gateway
QueryParameters *map[string][]string
Copy link
Contributor

Choose a reason for hiding this comment

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

As discussed Headers and QueryParameters are leftovers and we should remove those.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@akgalwas
Copy link
Contributor Author

akgalwas commented Jul 5, 2019

/test all

@Szymongib Szymongib added area/application-connector Issues or PRs related to application connectivity kind/feature Categorizes issue or PR as related to a new feature. labels Jul 5, 2019
@Szymongib Szymongib added this to the Sprint_Framefrog_14 milestone Jul 5, 2019
@akgalwas akgalwas merged commit ba29774 into kyma-project:master Jul 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/application-connector Issues or PRs related to application connectivity kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants