-
Notifications
You must be signed in to change notification settings - Fork 511
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
e2e: add testcases for auth annotations #200
Comments
你好,请问采用annotation方式来配置ingress后是否需要额外手动安装auth wasm 插件? |
不需要,这个basic auth功能已经内置了 |
当对foo ingress采用如下annotations时 auth没有生效,controller日志打印如下:
|
@fizos 是basic auth的nullvm plugin没有被编译进来,需要调整下envoy的编译参数,我后续修复下 |
@fizos 1.0.0-rc 版本已修复此问题 可以执行 helm upgrade/install --devel 升级到最新rc版本 |
Why do you need it?
annotations:
nginx.ingress.kubernetes.io/auth-type
nginx.ingress.kubernetes.io/auth-secret
nginx.ingress.kubernetes.io/auth-secret-type
nginx.ingress.kubernetes.io/auth-realm
How could it be?
Add testcases for auth annotations.
Other related information
The text was updated successfully, but these errors were encountered: