Skip to content

Rundeck community example with OpenLDAP and Oracle as backend

Notifications You must be signed in to change notification settings

MegaDrive68k/rundeck_ldap_oracle11g

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rundeck Community + OpenLDAP + Oracle11g

Rundeck community example with OpenLDAP and Oracle as backend.

gh

Setup:

  1. Download the Oracle JDBC driver and place in lib/ .

  2. Bring up the Oracle container first: docker-composer up -d oracle

  3. Connect and setup: su - oracle and later start sqlplus: sqlplus / as sysdba

  4. Under sqlplus execute the following commands:

create USER rundeck IDENTIFIED BY rundeck;
GRANT CONNECT, RESOURCE, DBA TO rundeck;
  1. Exit Sqlplus with the Ctrl+D keys combination and exit the oracle/root session with the exit command.

  2. Now start Rundeck+LDAP containers: docker-compose up -d rundeck ldap (this action may take a few seconds).

  3. Open your favorite browser and go to http://localhost:4440 and you can enter to Rundeck with some users defined in the ldif file, for example, for admin user: user: admin password: admin, or another profile like user: test password: test.

By default, for non "admin" users you need to define ACL rules to give/restrict access to projects and jobs.

About

Rundeck community example with OpenLDAP and Oracle as backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published