diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-04-26 14:11:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-04-26 14:11:42 +0000 |
commit | 1e26a2331b0d0be72cc57e5ab66a3c37f23378e6 (patch) | |
tree | f541f4a30e71707157123e038f40b89c8e36efe1 /kubernetes/so/components/so-etsi-sol003-adapter/templates/authorizationpolicy.yaml | |
parent | a336bf408d5821aae5d19fcd27bd54dd7246b82d (diff) | |
parent | ab2704a6f5a9ce2031cca03bc610b0e7c02553df (diff) |
Merge "[SO] Create Authorization Policies for SO"
Diffstat (limited to 'kubernetes/so/components/so-etsi-sol003-adapter/templates/authorizationpolicy.yaml')
-rw-r--r-- | kubernetes/so/components/so-etsi-sol003-adapter/templates/authorizationpolicy.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kubernetes/so/components/so-etsi-sol003-adapter/templates/authorizationpolicy.yaml b/kubernetes/so/components/so-etsi-sol003-adapter/templates/authorizationpolicy.yaml new file mode 100644 index 0000000000..7158c0263f --- /dev/null +++ b/kubernetes/so/components/so-etsi-sol003-adapter/templates/authorizationpolicy.yaml @@ -0,0 +1,17 @@ +{{/* +# Copyright © 2023 Nordix Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +*/}} + +{{ include "common.authorizationPolicy" . }}
\ No newline at end of file |