Skip to content

Replace keywords on export #125

@Floppy

Description

@Floppy

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##"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions