-
Notifications
You must be signed in to change notification settings - Fork 16.8k
Closed
Labels
area:APIAirflow's REST/HTTP APIAirflow's REST/HTTP APIarea:UIRelated to UI/UX. For Frontend Developers.Related to UI/UX. For Frontend Developers.good first issuekind:featureFeature RequestsFeature Requests
Milestone
Description
Body
Config sensitive data should not never be exposed via the Public API / UI (it should be always masked).
Some pointers:
- exposing of config will be "false" by default for commands like:
airflow config list
-It will be exposed only if a flag is provided to it. We could use a flag like: --show-values to expose it. The flag will only accept "false" and "non-sensitive-only". The "true" will be rejected.
Committer
- I acknowledge that I am a maintainer/committer of the Apache Airflow project.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:APIAirflow's REST/HTTP APIAirflow's REST/HTTP APIarea:UIRelated to UI/UX. For Frontend Developers.Related to UI/UX. For Frontend Developers.good first issuekind:featureFeature RequestsFeature Requests