8000 feat: add secret masking functionality for connections and log streams by kushalshit27 · Pull Request #1103 · auth0/auth0-deploy-cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat: add secret masking functionality for connections and log streams #1103

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

Merged
merged 5 commits into from
May 30, 2025

Conversation

kushalshit27
Copy link
Contributor
@kushalshit27 kushalshit27 commented May 27, 2025

🔧 Changes

connections:
  - name: Google-connection
    strategy: google-apps
    options:
      .....
      client_secret: '##CONNECTIONS_GOOGLE_APPS_SECRET##'
emailProvider:
  name: smtp
  credentials:
     .....
    smtp_user: '##SMTP_USER##'
logStreams:
  - name: log stream datadog
    sink:
       .....
      datadogApiKey: '##LOGSTREAMS_DATADOG_SECRET##'
    type: datadog
  - name: log stream splunk
    sink:
      .....
      splunkToken: '##LOGSTREAMS_SPLUNK_SECRET##'
    type: splunk
  - name: log stream http
    sink:
       .......
      httpAuthorization: '##LOGSTREAMS_HTTP_SECRET##'
    type: http

📚 References

🔬 Testing

  • Unit test added
  • E2E test updated

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

@kushalshit27 kushalshit27 marked this pull request as ready for review May 27, 2025 13:55
@kushalshit27 kushalshit27 requested a review from a team as a code owner May 27, 2025 13:56
@kushalshit27 kushalshit27 self-assigned this May 30, 2025
@kushalshit27 kushalshit27 merged commit 1877904 into master May 30, 2025
8 checks passed
@kushalshit27 kushalshit27 deleted the DXCDT-811-export-secrets branch May 30, 2025 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0