You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/09/29 08:12:56 UTC

[GitHub] [pulsar] czhfe opened a new issue #12236: pulsar proxy can't get metrics after enabling jwt authentication

czhfe opened a new issue #12236:
URL: https://github.com/apache/pulsar/issues/12236


   pulsar proxy can't get metrics after enabling jwt authentication
   
   
   ![image](https://user-images.githubusercontent.com/19341806/135229433-c55b7d43-e954-4674-ae65-59f8000db11f.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] czhfe removed a comment on issue #12236: pulsar proxy can't get metrics after enabling jwt authentication

Posted by GitBox <gi...@apache.org>.
czhfe removed a comment on issue #12236:
URL: https://github.com/apache/pulsar/issues/12236#issuecomment-930839482


   Thank you very much. But this configuration cannot be added to the conf/proxy.conf configuration file by adding this parameter to values.yaml when deploying in kubernetes using helm, because the default proxy.conf does not have this configuration.
   
   https://github.com/apache/pulsar-helm-chart


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] czhfe commented on issue #12236: pulsar proxy can't get metrics after enabling jwt authentication

Posted by GitBox <gi...@apache.org>.
czhfe commented on issue #12236:
URL: https://github.com/apache/pulsar/issues/12236#issuecomment-930839482


   Thank you very much. But this configuration cannot be added to the conf/proxy.conf configuration file by adding this parameter to values.yaml when deploying in kubernetes using helm, because the default proxy.conf does not have this configuration.
   
   https://github.com/apache/pulsar-helm-chart


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] czhfe commented on issue #12236: pulsar proxy can't get metrics after enabling jwt authentication

Posted by GitBox <gi...@apache.org>.
czhfe commented on issue #12236:
URL: https://github.com/apache/pulsar/issues/12236#issuecomment-930840181


   > Change the config authenticateMetricsEndpoint=false in proxy.conf.
   
   Thank you very much. But this configuration cannot be added to the conf/proxy.conf configuration file by adding this parameter to values.yaml when deploying in kubernetes using helm, because the default proxy.conf does not have this configuration
   
   https://github.com/apache/pulsar-helm-chart


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] czhfe commented on issue #12236: pulsar proxy can't get metrics after enabling jwt authentication

Posted by GitBox <gi...@apache.org>.
czhfe commented on issue #12236:
URL: https://github.com/apache/pulsar/issues/12236#issuecomment-938442936


   > @czhfe You can add configmap `PULSAR_PREFIX_authenticateMetricsEndpoint=false` for proxy env, and it can write `authenticateMetricsEndpoint=false` to config file.
   > 
   > Like in your values.yaml
   > 
   > ```yaml
   > proxy:
   > ...
   >     configData:
   >     PULSAR_PREFIX_authenticateMetricsEndpoint: >
   >       false
   > ...
   > ```
   
   Yes, thank you very much!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] liangyuanpeng commented on issue #12236: pulsar proxy can't get metrics after enabling jwt authentication

Posted by GitBox <gi...@apache.org>.
liangyuanpeng commented on issue #12236:
URL: https://github.com/apache/pulsar/issues/12236#issuecomment-932977487


   @czhfe  You can add configmap `PULSAR_PREFIX_authenticateMetricsEndpoint=false` for proxy env, and it can write `authenticateMetricsEndpoint=false` to config file.
   
   Like in your values.yaml
   ```yaml
   proxy:
   ...
       configData:
       PULSAR_PREFIX_authenticateMetricsEndpoint: >
         false
   ...
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] zhanghaou commented on issue #12236: pulsar proxy can't get metrics after enabling jwt authentication

Posted by GitBox <gi...@apache.org>.
zhanghaou commented on issue #12236:
URL: https://github.com/apache/pulsar/issues/12236#issuecomment-930699273


   Change the config authenticateMetricsEndpoint=false in proxy.conf.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] czhfe closed issue #12236: pulsar proxy can't get metrics after enabling jwt authentication

Posted by GitBox <gi...@apache.org>.
czhfe closed issue #12236:
URL: https://github.com/apache/pulsar/issues/12236


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org