You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/03/28 15:40:07 UTC

[GitHub] [airflow] ephraimbuddy opened a new issue #15059: Remove 'user_id', 'role_id' from User and Role in OpenAPI schema

ephraimbuddy opened a new issue #15059:
URL: https://github.com/apache/airflow/issues/15059


   Would be good to remove the 'id' of both User and Role schemas from what is dumped in REST API endpoints. ID of User and Role table are sensitive data that would be fine to hide from the endpoints
   


-- 
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.

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



[GitHub] [airflow] kaxil closed issue #15059: Remove 'user_id', 'role_id' from User and Role in OpenAPI schema

Posted by GitBox <gi...@apache.org>.
kaxil closed issue #15059:
URL: https://github.com/apache/airflow/issues/15059


   


-- 
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.

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



[GitHub] [airflow] aa3pankaj commented on issue #15059: Remove 'user_id', 'role_id' from User and Role in OpenAPI schema

Posted by GitBox <gi...@apache.org>.
aa3pankaj commented on issue #15059:
URL: https://github.com/apache/airflow/issues/15059#issuecomment-1030658077


   @ephraimbuddy @potiuk If nobody is working on this issue, I can pick it up


-- 
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@airflow.apache.org

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



[GitHub] [airflow] amoghrajesh commented on issue #15059: Remove 'user_id', 'role_id' from User and Role in OpenAPI schema

Posted by GitBox <gi...@apache.org>.
amoghrajesh commented on issue #15059:
URL: https://github.com/apache/airflow/issues/15059#issuecomment-931225064


   @ephraimbuddy I see that this issue has been fixed as a part of https://github.com/apache/airflow/pull/15117. 
   Why is this issue open yet and what are the exact expectations of the fix?


-- 
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@airflow.apache.org

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



[GitHub] [airflow] ephraimbuddy commented on issue #15059: Remove 'user_id', 'role_id' from User and Role in OpenAPI schema

Posted by GitBox <gi...@apache.org>.
ephraimbuddy commented on issue #15059:
URL: https://github.com/apache/airflow/issues/15059#issuecomment-931392380


   #15117 removed `user_id`, we also need to remove `role_id`


-- 
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@airflow.apache.org

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



[GitHub] [airflow] ephraimbuddy commented on issue #15059: Remove 'user_id', 'role_id' from User and Role in OpenAPI schema

Posted by GitBox <gi...@apache.org>.
ephraimbuddy commented on issue #15059:
URL: https://github.com/apache/airflow/issues/15059#issuecomment-931148873


   @amoghrajesh I have assigned you to this ticket. Here's how to get started https://github.com/apache/airflow/blob/main/CONTRIBUTORS_QUICK_START.rst


-- 
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@airflow.apache.org

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



[GitHub] [airflow] ephraimbuddy commented on issue #15059: Remove 'user_id', 'role_id' from User and Role in OpenAPI schema

Posted by GitBox <gi...@apache.org>.
ephraimbuddy commented on issue #15059:
URL: https://github.com/apache/airflow/issues/15059#issuecomment-809711640


   Hi @rijusougata13, you can start by setting up the development environment. Here are instructions on how to contribute https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst. 
   The codes for the REST API are located at `airflow/api_connexion.`
   Let me know if I should assign this to you.


-- 
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.

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



[GitHub] [airflow] potiuk commented on issue #15059: Remove 'user_id', 'role_id' from User and Role in OpenAPI schema

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #15059:
URL: https://github.com/apache/airflow/issues/15059#issuecomment-1030659872


   I think it's been quite a time so - go ahead (@amoghrajesh can chime-in in case).


-- 
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@airflow.apache.org

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



[GitHub] [airflow] aa3pankaj commented on issue #15059: Remove 'user_id', 'role_id' from User and Role in OpenAPI schema

Posted by GitBox <gi...@apache.org>.
aa3pankaj commented on issue #15059:
URL: https://github.com/apache/airflow/issues/15059#issuecomment-1030686086


   @ephraimbuddy 
   I verified **"/roles"** and **"/roles/{role_name}"** APIs, both are not exposing role_id, 
   could you please share API that is exposing role_id?


-- 
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@airflow.apache.org

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



[GitHub] [airflow] rijusougata13 commented on issue #15059: Remove 'user_id', 'role_id' from User and Role in OpenAPI schema

Posted by GitBox <gi...@apache.org>.
rijusougata13 commented on issue #15059:
URL: https://github.com/apache/airflow/issues/15059#issuecomment-809703221


   can you help me out from where i can start with? @ephraimbuddy 


-- 
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.

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



[GitHub] [airflow] amoghrajesh commented on issue #15059: Remove 'user_id', 'role_id' from User and Role in OpenAPI schema

Posted by GitBox <gi...@apache.org>.
amoghrajesh commented on issue #15059:
URL: https://github.com/apache/airflow/issues/15059#issuecomment-931054109


   @vikramkoka I would like to work on this issue if it is still open. Can you help in ramping up?


-- 
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@airflow.apache.org

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