Skip to content
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

Limit who can see / change secrets #398

Open
3 of 5 tasks
aeneasr opened this issue Sep 27, 2024 · 1 comment
Open
3 of 5 tasks

Limit who can see / change secrets #398

aeneasr opened this issue Sep 27, 2024 · 1 comment
Labels
feat New feature or request.

Comments

@aeneasr
Copy link
Member

aeneasr commented Sep 27, 2024

Preflight checklist

Ory Network Project

No response

Describe your problem

Currently, some secrets (e.g. SMTP server and webhook secrets) can be fetched by using the API. Other secrets like the system secret can not be fetched.

Customers have complained that secrets shoold not be visible to everyone who is part of the project.

Describe your ideal solution

  • Make all secrets "save & forget" - i.e. they can not be exported
  • Make some secrets only visible with a special permission / role

Workarounds or alternatives

None

Version

master

Additional Context

Hiding all secrets will make it more challenging to use an Ory Network config in a self-hosted environment.

@aeneasr aeneasr added the feat New feature or request. label Sep 27, 2024
@alnr
Copy link

alnr commented Oct 21, 2024

To authenticate webhooks, HTTP email servers, and probably also secure SMTP, we could offer mTLS. Pretty easy to implement and proven security.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request.
Projects
None yet
Development

No branches or pull requests

2 participants