- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 141 for rego (0.04 sec)
-
docs/iam/opa.md
``` ### 2. Create a sample OPA Policy In another terminal, create a policy that allows root user all access and for all other users denies `PutObject`: ```sh cat > example.rego <<EOF package httpapi.authz import input default allow = false # Allow the root user to perform any action. allow { input.owner == true }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sun Jul 17 15:43:14 UTC 2022 - 2.3K bytes - Viewed (0) -
src/test/resources/plugin/repo.yaml
Shinsuke Sugaya <******@****.***> 1566712401 +0900
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sun Aug 25 05:53:21 UTC 2019 - 298 bytes - Viewed (0) -
src/archive/tar/testdata/ustar-file-reg.tar
Joe Tsai <******@****.***> 1443691829 -0700
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Nov 06 04:31:26 UTC 2015 - 1.5K bytes - Viewed (0) -
module.xml
<property name="modules.dir" value="${basedir}/modules" /> <property name="target.dir" value="${basedir}/target/modules" /> <!-- Maven Repository --> <property name="maven.snapshot.repo.url" value="https://maven.codelibs.org/" /> <property name="maven.release.repo.url" value="https://maven.codelibs.org/" /> <property name="opensearch.version" value="2.17.1" /> <target name="install.modules"> <mkdir dir="${target.dir}" />
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 25 12:43:59 UTC 2024 - 4.5K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/DefaultMirrorSelector.java
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 8K bytes - Viewed (0) -
plugin.xml
<param name="repo.url" value="${maven.release.repo.url}" /> <param name="plugin.groupId" value="org/codelibs/opensearch" /> <param name="plugin.name.prefix" value="opensearch-" /> <param name="plugin.name" value="configsync" /> <param name="plugin.version" value="2.17.1" /> <param name="plugin.zip.version" value="2.17.1" /> </antcall> <!-- minhash --> <antcall target="install.plugin">
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 25 23:33:43 UTC 2024 - 3.5K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/aether/LegacyRepositorySystemSessionExtender.java
if (selector != null) { RemoteRepository repo = RepositoryUtils.toRepo(repository); org.eclipse.aether.repository.Authentication auth = selector.getAuthentication(repo); if (auth != null) { repo = new RemoteRepository.Builder(repo) .setAuthentication(auth) .build();
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 6.7K bytes - Viewed (0) -
compat/maven-model-builder/src/test/resources/poms/validation/raw-model/repository-with-basedir-expression.xml
<repositories> <repository> <id>repo</id> <url>file://${basedir}/target/remote-repo</url> </repository> <repository> <id>repo-project-basedir</id> <url>file://${project.basedir}/sdk/maven/repo</url> </repository> <repository> <id>repo-project-baseUri</id> <url>${project.baseUri}/sdk/maven/repo</url> </repository> </repositories>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.7K bytes - Viewed (0) -
compat/maven-settings-builder/src/test/java/org/apache/maven/settings/validation/DefaultSettingsValidatorTest.java
Profile profile = new Profile(); Repository repo = new Repository(); repo.setId("local"); profile.addRepository(repo); repo = new Repository(); repo.setId("illegal\\:/chars"); repo.setUrl("http://void"); profile.addRepository(repo); Settings settings = new Settings(); settings.addProfile(profile);
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 8.6K bytes - Viewed (0) -
common/config/.hadolint.yml
# WARNING: DO NOT EDIT, THIS FILE IS PROBABLY A COPY # # The original version of this file is located in the https://github.com/istio/common-files repo. # If you're looking at this file in a different repo and want to make a change, please go to the # common-files repo, make the change there and check it in. Then come back to this repo and run # "make update-common". ignored: - DL3008 - DL3059 trustedRegistries: - gcr.io - docker.io
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed May 08 22:55:57 UTC 2024 - 489 bytes - Viewed (0)