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

Add protect feature to avoid update or delete actions by mistake #4058

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on May 28, 2021

  1. Add protect feature to avoid update or delete actions by mistake

    - As more and more production system uses openwhisk,
    Users will need some features to protect their service safe from mistake.
    If we have this feature, user can protect their actions from updating or
    deletion by mistake.
    - Apply unix style permission management
    - Make the action's downloadable for the shared user
    ningyougang committed May 28, 2021
    Configuration menu
    Copy the full SHA
    5824b5c View commit details
    Browse the repository at this point in the history
  2. Fix test cases error

    ningyougang committed May 28, 2021
    Configuration menu
    Copy the full SHA
    b9a8ca8 View commit details
    Browse the repository at this point in the history
  3. Fix review points

    ningyougang committed May 28, 2021
    Configuration menu
    Copy the full SHA
    c00f5f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51ca755 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92b2a38 View commit details
    Browse the repository at this point in the history