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

Replace keywords on export #125

Closed
Floppy opened this issue Jun 7, 2019 · 1 comment
Closed

Replace keywords on export #125

Floppy opened this issue Jun 7, 2019 · 1 comment

Comments

@Floppy
Copy link

Floppy commented Jun 7, 2019

It would be super useful, especially when trying to make sure different tenants are kept in sync, to reverse the keyword replacements on export. It would never be foolproof if someone specifies an overly broad keyword, but it would be a useful feature, certainly for me!

I imagine that:

{
  "example_key": "abc123"
}

when exported with a config file including:

{
  "AUTH0_KEYWORD_REPLACE_MAPPINGS": {
    "SEKRIT_KEY": "abc123"
  }
}

Would become:

{
  "example_key": "##SEKRIT_KEY##"
}
@willvedd
Copy link
Contributor

willvedd commented Feb 8, 2022

Thanks for opening this, I can see how this would lead to some frustration. It's something that we are going to look at closer. However, I'm opting to close this issue as it's a duplicate with #328 and there is a bit more of a discussion there.

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

No branches or pull requests

2 participants