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

Allow configuration-snippet Annotation. #445

Closed
jainishshah17 opened this issue Aug 22, 2018 · 3 comments
Closed

Allow configuration-snippet Annotation. #445

jainishshah17 opened this issue Aug 22, 2018 · 3 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@jainishshah17
Copy link

jainishshah17 commented Aug 22, 2018

I have need to do URL rewrite to use my application. I want to do following:

      rewrite ^/(v2)/token /artifactory/api/docker/null/v2/token;
      rewrite ^/(v2)/([^\/]*)/(.*) /artifactory/api/docker/$2/$1/$3;

It will be great to have support for configuration-snippet.

@jainishshah17 jainishshah17 changed the title Allow configuration-snippet Annotation. Allow configuration-snippet Annotation. Aug 22, 2018
@rramkumar1
Copy link
Contributor

/kind feature

@k8s-ci-robot k8s-ci-robot added the kind/feature Categorizes issue or PR as related to a new feature. label Oct 9, 2018
@rramkumar1
Copy link
Contributor

Just found a duplicate issue #109. Going to close this out in favor of that one

/close

@k8s-ci-robot
Copy link
Contributor

@rramkumar1: Closing this issue.

In response to this:

Just found a duplicate issue #109. Going to close this out in favor of that one

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

3 participants